aboutsummaryrefslogtreecommitdiffstats
path: root/testing/9base/s390x.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/9base/s390x.patch')
-rw-r--r--testing/9base/s390x.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/9base/s390x.patch b/testing/9base/s390x.patch
new file mode 100644
index 0000000000..49a24eed7d
--- /dev/null
+++ b/testing/9base/s390x.patch
@@ -0,0 +1,10 @@
+--- /dev/null
++++ 9base-6/lib9/getcallerpc-s390x.c
+@@ -0,0 +1,7 @@
++#include <lib9.h>
++
++ulong
++getcallerpc(void *x)
++{
++ __builtin_return_address(0);
++}