diff options
| author | Cherry Mui <cherryyz@google.com> | 2021-05-13 18:07:57 -0400 |
|---|---|---|
| committer | Cherry Mui <cherryyz@google.com> | 2021-05-18 20:56:26 +0000 |
| commit | 140cd7c1d3f1f37ae332d504897a98800a80e0e6 (patch) | |
| tree | 3291d4a501c563e208b93acc341b9013da9ee6ce /src/runtime/sys_openbsd_amd64.s | |
| parent | bbc0059b037c22c27fe42ed0a97d1400ebd7785d (diff) | |
| download | go-140cd7c1d3f1f37ae332d504897a98800a80e0e6.tar.xz | |
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 for syscall wrappers on OpenBSD
Same as CL 313230, for OpenBSD.
Change-Id: I56f4a8a368e1a17615a01db4e2b6c53e4ed263bd
Reviewed-on: https://go-review.googlesource.com/c/go/+/320889
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Diffstat (limited to 'src/runtime/sys_openbsd_amd64.s')
| -rw-r--r-- | src/runtime/sys_openbsd_amd64.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/sys_openbsd_amd64.s b/src/runtime/sys_openbsd_amd64.s index 522e98cf4f..fc89ee6cbb 100644 --- a/src/runtime/sys_openbsd_amd64.s +++ b/src/runtime/sys_openbsd_amd64.s @@ -58,7 +58,7 @@ TEXT runtime·sigfwd(SB),NOSPLIT,$0-32 RET // Called using C ABI. -TEXT runtime·sigtramp<ABIInternal>(SB),NOSPLIT,$0 +TEXT runtime·sigtramp(SB),NOSPLIT,$0 // Transition from C ABI to Go ABI. PUSH_REGS_HOST_TO_ABI0() |
