diff options
| author | Cherry Mui <cherryyz@google.com> | 2022-12-05 13:02:22 -0500 |
|---|---|---|
| committer | Cherry Mui <cherryyz@google.com> | 2022-12-05 18:57:04 +0000 |
| commit | 298635896911337aa6f5957716621dbebbf307d0 (patch) | |
| tree | 73386f293ebb4b6b63e7de31dd0eb096776f6795 /src/runtime | |
| parent | ad55b878e7d5c641aec1c07bb549742e76c77208 (diff) | |
| download | go-298635896911337aa6f5957716621dbebbf307d0.tar.xz | |
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>
Diffstat (limited to 'src/runtime')
| -rw-r--r-- | src/runtime/cgo/gcc_loong64.S | 2 |
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) |
