diff options
-rw-r--r-- | src/stdio/nt64/__stdio_exit_needed.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/nt64/__stdio_exit_needed.s b/src/stdio/nt64/__stdio_exit_needed.s index 9e3b279..46a8855 100644 --- a/src/stdio/nt64/__stdio_exit_needed.s +++ b/src/stdio/nt64/__stdio_exit_needed.s @@ -5,4 +5,4 @@ .globl __stdio_exit_needed __stdio_exit_needed: - jmpq __stdio_exit + jmp __stdio_exit |