]> Cypherpunks repositories - gostls13.git/commit
runtime: fix tag pointers on aix, take 2
authorKeith Randall <khr@golang.org>
Fri, 25 Apr 2025 17:09:44 +0000 (10:09 -0700)
committerKeith Randall <khr@golang.org>
Wed, 7 May 2025 21:10:02 +0000 (14:10 -0700)
commit0c15d88974e5bb4285d6cdf6ef125e1e4d438c6d
tree760367576528b8e90fbe7527320cb00f2574ad0d
parentef7724c4324f6bac40463a12e4fea43ff0b4a8e8
runtime: fix tag pointers on aix, take 2

Previous fix in CL 667715 wasn't correct for aix.

Change-Id: I44042786079463967165507b15756cf24b9a213a
Reviewed-on: https://go-review.googlesource.com/c/go/+/668036
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/runtime/tagptr_64bit.go