rt: Add x86_64 record_sp stub
This commit is contained in:
parent
6bdf347418
commit
0580d4e77a
12
src/rt/arch/x86_64/record_sp.S
Normal file
12
src/rt/arch/x86_64/record_sp.S
Normal file
@ -0,0 +1,12 @@
|
||||
.text
|
||||
|
||||
#if defined(__APPLE__) || defined(_WIN32)
|
||||
#define RECORD_SP _record_sp
|
||||
#else
|
||||
#define RECORD_SP record_sp
|
||||
#endif
|
||||
|
||||
.globl RECORD_SP
|
||||
|
||||
RECORD_SP:
|
||||
ret
|
Loading…
Reference in New Issue
Block a user