mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-08-15 00:23:14 +00:00
12 lines
178 B
PHP
12 lines
178 B
PHP
|
#include "program_epilogue_store.inc"
|
||
|
|
||
|
;# restore callee-saved registers - System V AMD64 ABI
|
||
|
pop r15
|
||
|
pop r14
|
||
|
pop r13
|
||
|
pop r12
|
||
|
pop rbp
|
||
|
pop rbx
|
||
|
|
||
|
;# program finished
|
||
|
ret 0
|