From 24741ef3de1de0e5dca6ebf621d405f2ac0919af Mon Sep 17 00:00:00 2001 From: bellard Date: Sun, 30 Oct 2005 21:23:39 +0000 Subject: avoid using physical accesses in user emulation git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1592 c046a42c-6fe2-441c-8c8c-71466251a162 --- exec.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'exec.c') diff --git a/exec.c b/exec.c index 95fbe12ced..a6f973eda9 100644 --- a/exec.c +++ b/exec.c @@ -2152,20 +2152,6 @@ void cpu_physical_memory_rw(target_phys_addr_t addr, uint8_t *buf, } } -/* never used */ -uint32_t ldl_phys(target_phys_addr_t addr) -{ - return 0; -} - -void stl_phys_notdirty(target_phys_addr_t addr, uint32_t val) -{ -} - -void stl_phys(target_phys_addr_t addr, uint32_t val) -{ -} - #else void cpu_physical_memory_rw(target_phys_addr_t addr, uint8_t *buf, int len, int is_write) -- cgit v1.2.3