]> Cypherpunks repositories - gostls13.git/commitdiff
runtime/cgo: fix typo in gcc_loong64.S
authorCherry Mui <cherryyz@google.com>
Mon, 5 Dec 2022 18:02:22 +0000 (13:02 -0500)
committerCherry Mui <cherryyz@google.com>
Mon, 5 Dec 2022 18:57:04 +0000 (18:57 +0000)
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>
src/runtime/cgo/gcc_loong64.S

index 9947aa61e8371dfefbd9f784d83ccdeeefb11524..6b7668f2889bec6cf135dffa80cf98460b8d410e 100644 (file)
@@ -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)