]> Cypherpunks repositories - gostls13.git/commit
cmd/6g: fix internal error with SSE registers.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Sun, 23 Sep 2012 16:22:03 +0000 (18:22 +0200)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Sun, 23 Sep 2012 16:22:03 +0000 (18:22 +0200)
commit36df358a309a7a95438c701ec5687bf4f22d0b28
treec0603e18c883abcdfb3050c62c5bd3bbe8963c67
parentca5e9bfabc3747b7c199cee5b9644c90178ecf6c
cmd/6g: fix internal error with SSE registers.

Revision 63f7abcae015 introduced a bug caused by
code assuming registers started at X5, not X0.

Fixes #4138.

R=rsc
CC=golang-dev, remy
https://golang.org/cl/6558043
src/cmd/6g/reg.c
test/fixedbugs/bug453.go [new file with mode: 0644]