From: Cherry Mui Date: Mon, 5 Dec 2022 18:02:22 +0000 (-0500) Subject: runtime/cgo: fix typo in gcc_loong64.S X-Git-Tag: go1.20rc1~26 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=298635896911337aa6f5957716621dbebbf307d0;p=gostls13.git runtime/cgo: fix typo in gcc_loong64.S Fix typo in CL 454838. Change-Id: I0e91d22cf09949f0bf924ebcf09f1ddac525bac4 Reviewed-on: https://go-review.googlesource.com/c/go/+/455161 Reviewed-by: Dmitri Shuralyov Run-TryBot: Cherry Mui TryBot-Result: Gopher Robot Reviewed-by: Dmitri Shuralyov --- diff --git a/src/runtime/cgo/gcc_loong64.S b/src/runtime/cgo/gcc_loong64.S index 9947aa61e8..6b7668f288 100644 --- a/src/runtime/cgo/gcc_loong64.S +++ b/src/runtime/cgo/gcc_loong64.S @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -.file "gcc_loong4.S" +.file "gcc_loong64.S" /* * void crosscall1(void (*fn)(void), void (*setg_gcc)(void *g), void *g)