Fixed symbol names in a couple of places in printf.s

This commit is contained in:
Egor Sheremetov 2024-04-30 23:46:19 +02:00 committed by Roman Venediktov
parent e6f4e06973
commit 19116f0821

View file

@ -51,7 +51,7 @@ _Lprintf_continue:
popq %r9
# restore return address
pushq %r14
jmp Bprintf
jmp _Bprintf
_Lfprintf:
# save return address
@ -87,7 +87,7 @@ _Lfprintf_continue:
popq %r9
# restore return address
pushq %r14
jmp Bfprintf
jmp _Bfprintf
_Lsprintf:
# save return address
@ -124,7 +124,7 @@ _Lsprintf_continue:
popq %r9
# restore return address
pushq %r14
jmp Bsprintf
jmp _Bsprintf
_Lfailure:
# save return address
@ -161,4 +161,4 @@ _Lfailure_continue:
popq %r9
# restore return address
pushq %r14
jmp failure
jmp _failure