i386: hvf: Drop unused variable
authorRoman Bolshakov <r.bolshakov@yadro.com>
Thu, 28 May 2020 19:37:49 +0000 (22:37 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 12 Jun 2020 15:15:01 +0000 (11:15 -0400)
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>
target/i386/hvf/x86.h

index c95d5b21167406fb27107f7b8c658605d61babe2..56fcde13c64ff1e731592bf513fbf02b5b4be6e5 100644 (file)
@@ -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];