diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-04-11 04:55:24 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-04-11 04:55:24 +0000 |
commit | 1570de2df16c2a8b33b831af871f6cdbed0c201a (patch) | |
tree | 6f79d66089decbd210fb47feb63fabc2e60cba18 /target-i386/helper.c | |
parent | 968c74da194ef5b9906fb7a708fbfb097c6e35a0 (diff) |
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
Diffstat (limited to 'target-i386/helper.c')
-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; |