rt: Add x86_64 record_sp stub
This commit is contained in:
parent
6bdf347418
commit
0580d4e77a
1 changed files with 12 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue