diff options
Diffstat (limited to 'arch/nt64/weak/nt64/__fputc_unlocked_sym.s')
-rw-r--r-- | arch/nt64/weak/nt64/__fputc_unlocked_sym.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/nt64/weak/nt64/__fputc_unlocked_sym.s b/arch/nt64/weak/nt64/__fputc_unlocked_sym.s index 513a30a..37f4ac7 100644 --- a/arch/nt64/weak/nt64/__fputc_unlocked_sym.s +++ b/arch/nt64/weak/nt64/__fputc_unlocked_sym.s @@ -1,3 +1,4 @@ -.global fputc_unlocked + .global fputc_unlocked + .def fputc_unlocked; .scl 2; .type 32; .endef fputc_unlocked: jmp putc_unlocked |