aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/testing/selftests/rseq/rseq-s390.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/rseq/rseq-s390.h b/tools/testing/selftests/rseq/rseq-s390.h
index fbb97815d71c..7c4f3a70b6c7 100644
--- a/tools/testing/selftests/rseq/rseq-s390.h
+++ b/tools/testing/selftests/rseq/rseq-s390.h
@@ -117,14 +117,14 @@ do { \
117 ".long " __rseq_str(RSEQ_SIG) "\n\t" \ 117 ".long " __rseq_str(RSEQ_SIG) "\n\t" \
118 __rseq_str(label) ":\n\t" \ 118 __rseq_str(label) ":\n\t" \
119 teardown \ 119 teardown \
120 "j %l[" __rseq_str(abort_label) "]\n\t" \ 120 "jg %l[" __rseq_str(abort_label) "]\n\t" \
121 ".popsection\n\t" 121 ".popsection\n\t"
122 122
123#define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ 123#define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \
124 ".pushsection __rseq_failure, \"ax\"\n\t" \ 124 ".pushsection __rseq_failure, \"ax\"\n\t" \
125 __rseq_str(label) ":\n\t" \ 125 __rseq_str(label) ":\n\t" \
126 teardown \ 126 teardown \
127 "j %l[" __rseq_str(cmpfail_label) "]\n\t" \ 127 "jg %l[" __rseq_str(cmpfail_label) "]\n\t" \
128 ".popsection\n\t" 128 ".popsection\n\t"
129 129
130static inline __attribute__((always_inline)) 130static inline __attribute__((always_inline))