openbsd-ports/emulators/qemu/patches/patch-exec_c
2005-10-25 03:25:44 +00:00

13 lines
394 B
Plaintext

$OpenBSD: patch-exec_c,v 1.2 2005/10/25 03:25:44 todd Exp $
--- exec.c.orig Sun Sep 4 12:11:31 2005
+++ exec.c Mon Oct 24 21:55:47 2005
@@ -2176,7 +2176,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;