diff options
Diffstat (limited to 'src/internal/x32/syscall.s')
-rw-r--r-- | src/internal/x32/syscall.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/x32/syscall.s b/src/internal/x32/syscall.s index 6e0db09c..c4bee804 100644 --- a/src/internal/x32/syscall.s +++ b/src/internal/x32/syscall.s @@ -1,4 +1,5 @@ .global __syscall +.hidden __syscall .type __syscall,@function __syscall: movq %rdi,%rax |