From 78fbe8e5cdba246d04b3d1f05067f2157980239d Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 3 May 2020 00:16:28 +0000 Subject: nt64: __stdio_exit_needed.s: make an e9 relative jump. --- src/stdio/nt64/__stdio_exit_needed.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3