summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-05-03 00:16:28 +0000
committermidipix <writeonce@midipix.org>2020-05-03 00:16:28 +0000
commit78fbe8e5cdba246d04b3d1f05067f2157980239d (patch)
tree927f7c6bdb34396be9b92bc261bebd3f199b98fe /src
parent5c3c7d9e5e9d7db42acb59c7cfc65bdb7abb4e7e (diff)
downloadmmglue-78fbe8e5cdba246d04b3d1f05067f2157980239d.tar.bz2
mmglue-78fbe8e5cdba246d04b3d1f05067f2157980239d.tar.xz
nt64: __stdio_exit_needed.s: make an e9 relative jump.
Diffstat (limited to 'src')
-rw-r--r--src/stdio/nt64/__stdio_exit_needed.s2
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