openbsd-ports/emulators/qemu/patches/patch-exec_c

13 lines
394 B
Plaintext

$OpenBSD: patch-exec_c,v 1.4 2006/06/08 14:33:38 todd Exp $
--- exec.c.orig Wed May 3 15:32:58 2006
+++ exec.c Fri May 5 22:07:38 2006
@@ -1999,7 +1999,7 @@ void cpu_physical_memory_rw(target_phys_
target_phys_addr_t page;
unsigned long pd;
PhysPageDesc *p;
-
+
while (len > 0) {
page = addr & TARGET_PAGE_MASK;
l = (page + TARGET_PAGE_SIZE) - addr;