diff options
Diffstat (limited to 'cpu-defs.h')
-rw-r--r-- | cpu-defs.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -210,6 +210,7 @@ typedef struct CPUWatchpoint { struct KVMState *kvm_state; \ struct kvm_run *kvm_run; \ int kvm_fd; \ - int kvm_vcpu_dirty; + int kvm_vcpu_dirty; \ + struct hax_vcpu_state *hax_vcpu; #endif |