1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-06-10 01:16:12 +00:00
2015-12-13 22:34:58 +09:00

5 lines
171 B
Plaintext

Values in the signal handler:
rax=0xf0, rcx=0xf1, rdx=0xf2, rsi=0xf3, rdi=0xf4
Values after the return from the signal handler:
rax=0xf0, rdx=0xf2, rsi=0xf3, rdi=0xf4