0
1
mirror of https://github.com/golang/go synced 2025-07-04 20:13:04 +00:00
Files
go/test/fixedbugs/issue7044.go
Josh Bleecher Snyder 4e5f31a760 liblink: fix bad code generated for MOVFD/MOVDF when reg > 7
The byte that r is or'd into is already 0x7, so the failure to zero r only
impacts the generated machine code if the register is > 7.

Fixes #7044.

LGTM=dave, minux.ma, rsc
R=dave, minux.ma, bradfitz, rsc
CC=golang-codereviews
https://golang.org/cl/73730043
2014-03-11 14:04:44 -04:00

2.2 KiB