mirror of https://github.com/xemu-project/xemu.git
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
This commit is contained in:
parent
968c74da19
commit
1570de2df1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue