bb1d809e7d
See http://fabrice.bellard.free.fr/qemu/changelog.html for details.
13 lines
394 B
Plaintext
13 lines
394 B
Plaintext
$OpenBSD: patch-exec_c,v 1.5 2006/12/22 17:31:45 todd Exp $
|
|
--- exec.c.orig Sat Jul 22 13:23:34 2006
|
|
+++ exec.c Sun Nov 12 17:10:10 2006
|
|
@@ -2010,7 +2010,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;
|