Commit 1570de2df16c2a8b33b831af871f6cdbed0c201a
1 parent
968c74da
Remove unused phys_ram_base definition from target-i386/helper.c.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4189 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
0 additions
and
1 deletions
target-i386/helper.c
... | ... | @@ -4001,7 +4001,6 @@ static inline uint16_t cpu2vmcb_attrib(uint32_t cpu_attrib) |
4001 | 4001 | | ((cpu_attrib & 0xf00000) >> 12); /* AVL, L, DB, G */ |
4002 | 4002 | } |
4003 | 4003 | |
4004 | -extern uint8_t *phys_ram_base; | |
4005 | 4004 | void helper_vmrun(target_ulong addr) |
4006 | 4005 | { |
4007 | 4006 | uint32_t event_inj; | ... | ... |