rt: Implement record_sp for 64-bit linux
This commit is contained in:
parent
f3a8e228c2
commit
020d8f12a0
@ -8,5 +8,10 @@
|
||||
|
||||
.globl RECORD_SP
|
||||
|
||||
#if defined(__linux__)
|
||||
RECORD_SP:
|
||||
movq %rdi, %fs:112
|
||||
#else
|
||||
RECORD_SP:
|
||||
ret
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user