summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2014-08-22 23:28:39 +0000
committerJuergen Lock <nox@FreeBSD.org>2014-08-22 23:28:39 +0000
commitcc89976501c8e987b7db5a06d717cf1fc59a30c9 (patch)
treeb200be26f55245049fd0b5f5953a1dd2ad5bbf99
parent- bsd-user: fix sysctl hw.physmem if host bitsize != target's. (diff)
Fix indentation.
Notes
Notes: svn path=/head/; revision=365704
-rw-r--r--emulators/qemu-devel/files/extra-patch-sysctl-hw-physmem2
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;
+ }
+ }