aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCherry Mui <cherryyz@google.com>2022-12-05 13:02:22 -0500
committerCherry Mui <cherryyz@google.com>2022-12-05 18:57:04 +0000
commit298635896911337aa6f5957716621dbebbf307d0 (patch)
tree73386f293ebb4b6b63e7de31dd0eb096776f6795
parentad55b878e7d5c641aec1c07bb549742e76c77208 (diff)
downloadgo-298635896911337aa6f5957716621dbebbf307d0.tar.gz
go-298635896911337aa6f5957716621dbebbf307d0.zip
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 <dmitshur@golang.org> Run-TryBot: Cherry Mui <cherryyz@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
-rw-r--r--src/runtime/cgo/gcc_loong64.S2
1 files changed, 1 insertions, 1 deletions
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)