rt: Add x86_64 record_sp stub

This commit is contained in:
Brian Anderson 2011-11-22 16:33:46 -08:00
parent 6bdf347418
commit 0580d4e77a
1 changed files with 12 additions and 0 deletions

View 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