summaryrefslogtreecommitdiffstats
path: root/test/fixedbugs/issue37513.dir/sigill_amd64.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue37513.dir/sigill_amd64.s')
-rw-r--r--test/fixedbugs/issue37513.dir/sigill_amd64.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/fixedbugs/issue37513.dir/sigill_amd64.s b/test/fixedbugs/issue37513.dir/sigill_amd64.s
new file mode 100644
index 0000000..43260c2
--- /dev/null
+++ b/test/fixedbugs/issue37513.dir/sigill_amd64.s
@@ -0,0 +1,7 @@
+// Copyright 2020 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+TEXT ·sigill(SB),0,$0-0
+ UD2 // generates a SIGILL
+ RET