]> Cypherpunks repositories - gostls13.git/commit
cmd/6g: fix stack zeroing preamble on amd64p32.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Thu, 13 Mar 2014 07:12:38 +0000 (08:12 +0100)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Thu, 13 Mar 2014 07:12:38 +0000 (08:12 +0100)
commit741244e4336f7056c733f68d6aef07bc27349e9d
treee8aa2335989b9998dea18240bc82b4f462d8b4d0
parent6a6224c88dfbe450179230ed2b1819a41391963b
cmd/6g: fix stack zeroing preamble on amd64p32.

It was using a REP STOSQ but putting in CX the number of 32-bit
words to clear.

LGTM=dave
R=rsc, dave
CC=golang-codereviews
https://golang.org/cl/75240043
src/cmd/6g/ggen.c