aboutsummaryrefslogtreecommitdiff
path: root/target/i386/hvf/x86.h
diff options
context:
space:
mode:
authorRoman Bolshakov <r.bolshakov@yadro.com>2020-05-28 22:37:49 +0300
committerPaolo Bonzini <pbonzini@redhat.com>2020-06-12 11:15:01 -0400
commit6345d7e2aeb6f7bbaa9c1e7e94e21fccf9453c70 (patch)
treec28212c447d0620045b0565e9b3fcd65d845f727 /target/i386/hvf/x86.h
parent8598135dd6df2b2ad2ce10f68d9eae3e9e26da6d (diff)
downloadqemu-6345d7e2aeb6f7bbaa9c1e7e94e21fccf9453c70.zip
qemu-6345d7e2aeb6f7bbaa9c1e7e94e21fccf9453c70.tar.gz
qemu-6345d7e2aeb6f7bbaa9c1e7e94e21fccf9453c70.tar.bz2
i386: hvf: Drop unused variable
Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com> Message-Id: <20200528193758.51454-5-r.bolshakov@yadro.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'target/i386/hvf/x86.h')
-rw-r--r--target/i386/hvf/x86.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/i386/hvf/x86.h b/target/i386/hvf/x86.h
index c95d5b2..56fcde1 100644
--- a/target/i386/hvf/x86.h
+++ b/target/i386/hvf/x86.h
@@ -293,7 +293,6 @@ typedef struct lazy_flags {
/* Definition of hvf_x86_state is here */
struct HVFX86EmulatorState {
- int interruptable;
uint64_t fetch_rip;
uint64_t rip;
struct x86_register regs[16];