Skip to content

Commit 6364cf1

Browse files
committed
---
yaml --- r: 6471 b: refs/heads/master c: 020d8f1 h: refs/heads/master i: 6469: bb90469 6467: 3ffa0d9 6463: a26430f v: v3
1 parent f76294d commit 6364cf1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: f3a8e228c265e6460fd38d5effe4f443a336711b
2+
refs/heads/master: 020d8f12a0993ddf0cd03862075b23d54a578142

trunk/src/rt/arch/x86_64/record_sp.S

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@
88

99
.globl RECORD_SP
1010

11+
#if defined(__linux__)
12+
RECORD_SP:
13+
movq %rdi, %fs:112
14+
#else
1115
RECORD_SP:
1216
ret
17+
#endif

0 commit comments

Comments
 (0)