diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-02-24 23:40:43 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-25 08:40:43 +0100 |
commit | bea037f8565c54c65d83c1f5855d041b6a110f18 (patch) | |
tree | ab5a7ed91bd2071f495c9ce51050a7257deb93d6 /lib/pure/segfaults.nim | |
parent | 60929953cb4ac0dffaa95ee25b666983b189cee1 (diff) | |
download | Nim-bea037f8565c54c65d83c1f5855d041b6a110f18.tar.gz |
refs #17114: workaround for arm64 which should segfault but does not (#17178)
* refs #17114: workaround for arm64 which should segfault but does not * fixup * Update lib/std/wrapnils.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
Diffstat (limited to 'lib/pure/segfaults.nim')
-rw-r--r-- | lib/pure/segfaults.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pure/segfaults.nim b/lib/pure/segfaults.nim index 2fa9a0b1c..e0da8b81d 100644 --- a/lib/pure/segfaults.nim +++ b/lib/pure/segfaults.nim @@ -13,6 +13,8 @@ ## ## Tested on these OSes: Linux, Windows, OSX +# xxx possibly broken on arm64, see bug #17178 + {.used.} # do allocate memory upfront: |