diff options
Diffstat (limited to 'src/runtime/asm_loong64.s')
| -rw-r--r-- | src/runtime/asm_loong64.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/asm_loong64.s b/src/runtime/asm_loong64.s index e226bda36f..6fa9484333 100644 --- a/src/runtime/asm_loong64.s +++ b/src/runtime/asm_loong64.s @@ -83,8 +83,8 @@ TEXT runtime·asminit(SB),NOSPLIT|NOFRAME,$0-0 RET TEXT runtime·mstart(SB),NOSPLIT|TOPFRAME,$0 - JAL runtime·mstart0(SB) - RET // not reached + JAL runtime·mstart0(SB) + RET // not reached // func cputicks() int64 TEXT runtime·cputicks(SB),NOSPLIT,$0-8 |
