printf(): Don't push and pop rsi before/after itoa (rsi is modified anyway)
This commit is contained in:
@ -118,9 +118,7 @@ printf:
|
||||
push rdx
|
||||
push r8
|
||||
push r10
|
||||
push rsi
|
||||
call itoa
|
||||
pop rsi
|
||||
pop r10
|
||||
pop r8
|
||||
pop rdx
|
||||
|
Reference in New Issue
Block a user