]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/arm64: Emit UDF instruction for undefined Prog nodes
authorSebastian Nickolls <sebastian.nickolls@arm.com>
Tue, 13 Aug 2024 10:47:40 +0000 (11:47 +0100)
committerCherry Mui <cherryyz@google.com>
Wed, 14 Aug 2024 18:19:53 +0000 (18:19 +0000)
commit3e3ce20df87b2de86fbcbbad863b07b1a133e879
treed8a88ae182b5f6ab939edeb8bf67eeff9cf6b172
parentb2cdaf73469d7f15181b3abfb7b168475375c373
cmd/internal/obj/arm64: Emit UDF instruction for undefined Prog nodes

UDF provides a stronger guarantee for generating the Undefined
Instruction exception than the current value being emitted.

Change-Id: I234cd70ce04f21311959c1061ae24992438105f8
Reviewed-on: https://go-review.googlesource.com/c/go/+/605155
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/internal/obj/arm64/asm7.go