Commit 1664e815 authored by Evan Shaw's avatar Evan Shaw Committed by Russ Cox

8g: Match sgen definition to declaration

R=rsc
CC=golang-dev
https://golang.org/cl/164069
parent fd7e1a2d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment