Unnecessarily optimise asm_println
This commit is contained in:
@@ -76,9 +76,7 @@ macro_rules! asm_println {
|
|||||||
; mov rdi, QWORD len as i64
|
; mov rdi, QWORD len as i64
|
||||||
; mov rsi, QWORD ptr as i64
|
; mov rsi, QWORD ptr as i64
|
||||||
|
|
||||||
; mov r11, rsp
|
; test rsp, 0b1111
|
||||||
; and r11, 0b1111
|
|
||||||
; test r11, r11
|
|
||||||
; jnz >with_adjusted_stack_ptr
|
; jnz >with_adjusted_stack_ptr
|
||||||
|
|
||||||
; call rax
|
; call rax
|
||||||
|
|||||||
Reference in New Issue
Block a user