summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-04-11 04:55:24 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-04-11 04:55:24 +0000
commit1570de2df16c2a8b33b831af871f6cdbed0c201a (patch)
tree6f79d66089decbd210fb47feb63fabc2e60cba18
parent968c74da194ef5b9906fb7a708fbfb097c6e35a0 (diff)
downloadqemu-1570de2df16c2a8b33b831af871f6cdbed0c201a.tar.gz
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
-rw-r--r--target-i386/helper.c1
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;