summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeale Ferguson <neale@sinenomine.net>2012-04-02 13:30:43 -0400
committerNeale Ferguson <neale@sinenomine.net>2012-04-02 13:30:43 -0400
commit33426abe6bd7ad8eb37d2f214afe08a0a3d70a0b (patch)
tree578c59265fa89b9b8f93844a48360f1f727af759
parentc565eab0f9d79f6009c3878eaa190529838b0204 (diff)
downloadffts-33426abe6bd7ad8eb37d2f214afe08a0a3d70a0b.zip
ffts-33426abe6bd7ad8eb37d2f214afe08a0a3d70a0b.tar.gz
s390x-codegen.h - Define s390_SP and s390_BP
sgen-major-copy-object.h - Correct assertion test sgen-os-posix.c - Prevent race condition between restarting and suspending a thread
-rw-r--r--s390x/s390x-codegen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/s390x/s390x-codegen.h b/s390x/s390x-codegen.h
index 7f74e3d..d3292bf 100644
--- a/s390x/s390x-codegen.h
+++ b/s390x/s390x-codegen.h
@@ -146,6 +146,8 @@ typedef enum {
#define s390_is_uimm12(val) ((glong)val >= 0 && (glong)val <= 4095)
#define STK_BASE s390_r15
+#define S390_SP s390_r15
+#define S390_FP s390_r11
#define S390_MINIMAL_STACK_SIZE 160
#define S390_REG_SAVE_OFFSET 48
#define S390_PARM_SAVE_OFFSET 16
OpenPOWER on IntegriCloud