diff options
-rw-r--r-- | target-i386/helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-i386/helper.c b/target-i386/helper.c index 4f197a083c..69c2051f7c 100644 --- a/target-i386/helper.c +++ b/target-i386/helper.c @@ -4001,7 +4001,6 @@ static inline uint16_t cpu2vmcb_attrib(uint32_t cpu_attrib) | ((cpu_attrib & 0xf00000) >> 12); /* AVL, L, DB, G */ } -extern uint8_t *phys_ram_base; void helper_vmrun(target_ulong addr) { uint32_t event_inj; |