From 298635896911337aa6f5957716621dbebbf307d0 Mon Sep 17 00:00:00 2001 From: Cherry Mui Date: Mon, 5 Dec 2022 13:02:22 -0500 Subject: [PATCH] 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 --- src/runtime/cgo/gcc_loong64.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.48.1