diff options
Diffstat (limited to 'src/internal/sh')
-rw-r--r-- | src/internal/sh/syscall.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/sh/syscall.s b/src/internal/sh/syscall.s index a8fda1c0..d00712a9 100644 --- a/src/internal/sh/syscall.s +++ b/src/internal/sh/syscall.s @@ -1,4 +1,5 @@ .global __syscall +.hidden __syscall .type __syscall, @function __syscall: ! The kernel syscall entry point documents that the trap number indicates |