diff options
Diffstat (limited to 'src/stdio/nt32')
-rw-r--r-- | src/stdio/nt32/__stdio_exit_needed.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stdio/nt32/__stdio_exit_needed.s b/src/stdio/nt32/__stdio_exit_needed.s new file mode 100644 index 0000000..e304853 --- /dev/null +++ b/src/stdio/nt32/__stdio_exit_needed.s @@ -0,0 +1,8 @@ +.text + +.def ___stdio_exit_needed; .scl 2; .type 32; .endef + +.globl ___stdio_exit_needed + +___stdio_exit_needed: + jmp ___stdio_exit |