We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e6073 commit a1ffbe9Copy full SHA for a1ffbe9
src/runtime/asm_riscv64.s
@@ -446,7 +446,7 @@ CALLFN(·call1073741824, 1073741824)
446
// func goexit(neverCallThisFunction)
447
// The top-most function running on a goroutine
448
// returns to goexit+PCQuantum.
449
-TEXT runtime·goexit(SB),NOSPLIT|NOFRAME,$0-0
+TEXT runtime·goexit(SB),NOSPLIT|NOFRAME|TOPFRAME,$0-0
450
MOV ZERO, ZERO // NOP
451
JMP runtime·goexit1(SB) // does not return
452
// traceback from goexit1 must hit code range of goexit
0 commit comments