summaryrefslogtreecommitdiff
path: root/libitm/config/powerpc/sjlj.S
diff options
context:
space:
mode:
Diffstat (limited to 'libitm/config/powerpc/sjlj.S')
-rw-r--r--libitm/config/powerpc/sjlj.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/libitm/config/powerpc/sjlj.S b/libitm/config/powerpc/sjlj.S
index 878dceb9df..48e021c8a9 100644
--- a/libitm/config/powerpc/sjlj.S
+++ b/libitm/config/powerpc/sjlj.S
@@ -83,16 +83,16 @@
bl \name
.endm
#elif defined(_CALL_DARWIN)
-.macro FUNC name
+.macro FUNC
.globl _$0
_$0:
.endmacro
-.macro END name
+.macro END
.endmacro
-.macro HIDDEN name
+.macro HIDDEN
.private_extern _$0
.endmacro
-.macro CALL name
+.macro CALL
bl _$0
.endmacro
# ifdef __ppc64__