]> xenbits.xensource.com Git - qemu-xen-3.4-testing.git/commitdiff
Fix typo in previous patch.
authorpbrook <pbrook>
Sat, 8 Apr 2006 17:36:21 +0000 (17:36 +0000)
committerpbrook <pbrook>
Sat, 8 Apr 2006 17:36:21 +0000 (17:36 +0000)
exec.c

diff --git a/exec.c b/exec.c
index 4b53003829514d94aa3e252593c11b1a12e25166..2a13c592f44ce18eb282d11db22abebc3cbb84f4 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -1015,7 +1015,7 @@ static void breakpoint_invalidate(CPUState *env, target_ulong pc)
         pd = p->phys_offset;
     }
     ram_addr = (pd & TARGET_PAGE_MASK) | (pc & ~TARGET_PAGE_MASK);
-    tb_invalidate_ram_page_range(ram_addr, ram_addr + 1, 0);
+    tb_invalidate_phys_page_range(ram_addr, ram_addr + 1, 0);
 }
 #endif