1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-06-24 12:32:40 -04:00
Files
xmrig/src/crypto/randomx/asm/program_epilogue_linux.inc
2019-07-01 20:11:51 +02:00

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