diff options
Diffstat (limited to 'emulators/qemu-devel/files')
| -rw-r--r-- | emulators/qemu-devel/files/extra-patch-sysctl-hw-physmem | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu-devel/files/extra-patch-sysctl-hw-physmem b/emulators/qemu-devel/files/extra-patch-sysctl-hw-physmem index ae7ff4bdac85..304000d093b6 100644 --- a/emulators/qemu-devel/files/extra-patch-sysctl-hw-physmem +++ b/emulators/qemu-devel/files/extra-patch-sysctl-hw-physmem @@ -28,7 +28,7 @@ Signed-off-by: Juergen Lock <nox@jelal.kn-bremen.de> + } else { + abi_ulong maxmem = -0x100c000; + if (((unsigned long)maxmem) < lvalue) -+ lvalue = maxmem; ++ lvalue = maxmem; + (*(abi_ulong *)holdp) = lvalue; + } + } |
