mirror of
https://github.com/golang/go
synced 2024-11-19 16:44:43 -07:00
8g: Match sgen definition to declaration
R=rsc CC=golang-dev https://golang.org/cl/164069
This commit is contained in:
parent
fd7e1a2d87
commit
1664e81585
@ -1047,7 +1047,7 @@ stkof(Node *n)
|
|||||||
* memmove(&res, &n, w);
|
* memmove(&res, &n, w);
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
sgen(Node *n, Node *res, int w)
|
sgen(Node *n, Node *res, int32 w)
|
||||||
{
|
{
|
||||||
Node dst, src, tdst, tsrc;
|
Node dst, src, tdst, tsrc;
|
||||||
int32 c, q, odst, osrc;
|
int32 c, q, odst, osrc;
|
||||||
|
Loading…
Reference in New Issue
Block a user