1
0
mirror of https://github.com/golang/go synced 2024-10-02 04:28:33 -06:00

8g: Match sgen definition to declaration

R=rsc
CC=golang-dev
https://golang.org/cl/164069
This commit is contained in:
Evan Shaw 2009-12-01 21:42:35 -08:00 committed by Russ Cox
parent fd7e1a2d87
commit 1664e81585

View File

@ -1047,7 +1047,7 @@ stkof(Node *n)
* memmove(&res, &n, w);
*/
void
sgen(Node *n, Node *res, int w)
sgen(Node *n, Node *res, int32 w)
{
Node dst, src, tdst, tsrc;
int32 c, q, odst, osrc;