mirror of
https://github.com/golang/go
synced 2025-08-15 02:26:40 +00:00
[dev.simd] sync: correct the type of runtime_StoreReluintptr
runtime_StoreReluintptr linknames to internal/runtime/atomic.StoreReluintptr, which does not have a result. Change-Id: I468cce82985f391c221768188a5eaff43cbcd037 Reviewed-on: https://go-review.googlesource.com/c/go/+/683095 TryBot-Bypass: Cherry Mui <cherryyz@google.com> Reviewed-by: David Chase <drchase@google.com>
This commit is contained in:
@@ -315,4 +315,4 @@ func runtime_procUnpin()
|
||||
func runtime_LoadAcquintptr(ptr *uintptr) uintptr
|
||||
|
||||
//go:linkname runtime_StoreReluintptr internal/runtime/atomic.StoreReluintptr
|
||||
func runtime_StoreReluintptr(ptr *uintptr, val uintptr) uintptr
|
||||
func runtime_StoreReluintptr(ptr *uintptr, val uintptr)
|
||||
|
Reference in New Issue
Block a user