]> Cypherpunks repositories - gostls13.git/commit
cmd/link/internal/ld: change pe64 from int to bool
authorqmuntal <quimmuntal@gmail.com>
Wed, 19 Mar 2025 08:57:36 +0000 (09:57 +0100)
committerQuim Muntal <quimmuntal@gmail.com>
Fri, 21 Mar 2025 21:24:52 +0000 (14:24 -0700)
commitba01453bbed831f143d3005abc85fd6baec36da5
tree8ec830eb47796b4b9d9146aa7c61aa3e14e44929
parent3108366214bb1fc15b0f261ba27f448e3bd0e685
cmd/link/internal/ld: change pe64 from int to bool

pe64 should be a bool, not a int. Probable a leftover from the
previous C implementation.

While here, us pe64 in more places.

Change-Id: Ie9871b39b64a7b9d317cb0700cb77a19ee23838d
Reviewed-on: https://go-review.googlesource.com/c/go/+/659115
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/link/internal/ld/pe.go