Skip to content

Commit

Permalink
Remove unused phys_ram_base definition from target-i386/helper.c.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4189 c046a42c-6fe2-441c-8c8c-71466251a162
  • Loading branch information
aurel32 committed Apr 11, 2008
1 parent 968c74d commit 1570de2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion target-i386/helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1570de2

Please sign in to comment.