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 rdx
|
||||||
push r8
|
push r8
|
||||||
push r10
|
push r10
|
||||||
push rsi
|
|
||||||
call itoa
|
call itoa
|
||||||
pop rsi
|
|
||||||
pop r10
|
pop r10
|
||||||
pop r8
|
pop r8
|
||||||
pop rdx
|
pop rdx
|
||||||
|
Reference in New Issue
Block a user