]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/arm64: fix typos in document
authorfanzha02 <fannie.zhang@arm.com>
Wed, 3 Jun 2020 02:33:03 +0000 (10:33 +0800)
committerCherry Zhang <cherryyz@google.com>
Wed, 3 Jun 2020 14:51:34 +0000 (14:51 +0000)
commit5aaeda19c1876ecec85406726b544ac49c8f799b
tree0e367c7f347b59908fbed6ebc43d92c6d6093492
parent58f017bcea3d2f3dbb898ba175fe09beb32b4eb6
cmd/internal/obj/arm64: fix typos in document

The current document mismatches Go syntax loads a signed-byte
instruction "MOVB" with GNU syntax loads an 64bit double-word
instruction "ldr". This is just a typo in the document, the
assembler has the correct encoding. This patch fix this error.

Fixes #39367

Change-Id: Idb8f65ca540514ee5bc8f07073e756838710ba93
Reviewed-on: https://go-review.googlesource.com/c/go/+/236217
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/internal/obj/arm64/doc.go