9993d5d566
for OpenBSD, amd64 simulation on i386 appars to work ok now
13 lines
394 B
Plaintext
13 lines
394 B
Plaintext
$OpenBSD: patch-exec_c,v 1.3 2005/12/27 07:56:15 todd Exp $
|
|
--- exec.c.orig Mon Dec 19 16:51:53 2005
|
|
+++ exec.c Tue Dec 20 08:06:20 2005
|
|
@@ -1951,7 +1951,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;
|