forked from M-Labs/libfringe
18 lines
146 B
ArmAsm
18 lines
146 B
ArmAsm
|
xchg %rsp, %rdi
|
||
|
|
||
|
pushq %rsi
|
||
|
pushq %rdx
|
||
|
pushq %rcx
|
||
|
call 1f
|
||
|
|
||
|
popq %fs:0x70
|
||
|
popq %rdi
|
||
|
popq %rax
|
||
|
|
||
|
movq $$0, %rbp
|
||
|
call *%rax
|
||
|
ud2
|
||
|
|
||
|
1:
|
||
|
xchg %rsp, %rdi
|