Skip to content

Commit 293b22f

Browse files
committed
update
1 parent 68bcc5c commit 293b22f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 1.14/signal_based_preemption.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -441,12 +441,12 @@ func main() {
441441
#include "textflag.h"
442442
443443
TEXT ·setget(SB),NOSPLIT,$0-16
444-
MOVL v+0(FP), R13
444+
MOVQ v+0(FP), R13
445445
//CALL ·gosched(SB) // runtime.Gosched() 没有进行所有寄存器现场的保留
446446
MOVQ R13, ret+8(FP)
447447
RET
448448
TEXT ·set(SB),NOSPLIT,$0-8
449-
MOVL v+0(FP), R13
449+
MOVQ v+0(FP), R13
450450
RET
451451
452452
```

0 commit comments

Comments
 (0)