mirror of
https://github.com/xmrig/xmrig.git
synced 2026-06-24 12:32:40 -04:00
10 lines
138 B
PHP
10 lines
138 B
PHP
;# restore callee-saved registers - System V AMD64 ABI
|
|
pop r15
|
|
pop r14
|
|
pop r13
|
|
pop r12
|
|
pop rbp
|
|
pop rbx
|
|
|
|
;# program finished
|
|
ret 0 |