diff options
author | aurel32 | 2008-04-11 06:55:24 +0200 |
---|---|---|
committer | aurel32 | 2008-04-11 06:55:24 +0200 |
commit | 1570de2df16c2a8b33b831af871f6cdbed0c201a (patch) | |
tree | 6f79d66089decbd210fb47feb63fabc2e60cba18 /target-i386 | |
parent | Fix compiler warnings (diff) | |
download | qemu-1570de2df16c2a8b33b831af871f6cdbed0c201a.tar.gz qemu-1570de2df16c2a8b33b831af871f6cdbed0c201a.tar.xz qemu-1570de2df16c2a8b33b831af871f6cdbed0c201a.zip |
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')
-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; |