Skip to content

Commit

Permalink
rt: Add x86_64 record_sp stub
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Nov 23, 2011
1 parent 6bdf347 commit 0580d4e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/rt/arch/x86_64/record_sp.S
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0580d4e

Please sign in to comment.