about summary refs log tree commit diff
path: root/src/internal/powerpc/syscall.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/powerpc/syscall.s')
-rw-r--r--src/internal/powerpc/syscall.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/powerpc/syscall.s b/src/internal/powerpc/syscall.s
index bca620db..5b16b8f2 100644
--- a/src/internal/powerpc/syscall.s
+++ b/src/internal/powerpc/syscall.s
@@ -1,4 +1,5 @@
 	.global __syscall
+	.hidden __syscall
 	.type   __syscall,@function
 __syscall:
 	mr      0, 3                  # Save the system call number