diff options
author | 2019-01-31 19:14:12 +0000 | |
---|---|---|
committer | 2019-01-31 19:14:12 +0000 | |
commit | 91ca8b61afef2cc2d72a2468b4b13610ba8ac818 (patch) | |
tree | 6ff28cd869a2ab38a25539e08daf8345d6dc09c7 /regress/sys/kern/noexec/testfly.S | |
parent | matthew noticed that some clocks use tfind() which is not mpsafe. (diff) | |
download | wireguard-openbsd-91ca8b61afef2cc2d72a2468b4b13610ba8ac818.tar.xz wireguard-openbsd-91ca8b61afef2cc2d72a2468b4b13610ba8ac818.zip |
Instead of skipping the text mmap test, do a non fixed mmap in this
case. This gives us another test case. Make error messages more
verbose. Fix white spaces.
Diffstat (limited to '')
-rw-r--r-- | regress/sys/kern/noexec/testfly.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/sys/kern/noexec/testfly.S b/regress/sys/kern/noexec/testfly.S index f54e56cf777..02ae56b4dba 100644 --- a/regress/sys/kern/noexec/testfly.S +++ b/regress/sys/kern/noexec/testfly.S @@ -1,4 +1,4 @@ -/* $OpenBSD: testfly.S,v 1.5 2018/09/12 11:59:40 kettenis Exp $ */ +/* $OpenBSD: testfly.S,v 1.6 2019/01/31 19:14:12 bluhm Exp $ */ /* * Copyright (c) 2002,2003 Michael Shalayeff @@ -61,8 +61,8 @@ END(testfly) #if defined(__sparc64__) ENTRY(testfly) retl - nop + nop END(testfly) #endif - + .space 8192 |