mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Fixed symbol names in a couple of places in printf.s
This commit is contained in:
parent
e6f4e06973
commit
19116f0821
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue