]> Cypherpunks repositories - gostls13.git/commit
gc funarg return fix.
authorRuss Cox <rsc@golang.org>
Sun, 8 Feb 2009 19:01:52 +0000 (11:01 -0800)
committerRuss Cox <rsc@golang.org>
Sun, 8 Feb 2009 19:01:52 +0000 (11:01 -0800)
commita6c59ce2744182a1b6badd78c4269d1b424dd080
treec245d6653860a3e4d78939e2d3874b621da69b6f
parentb5aba026f8070354f01c61a7f5c6127f0e929a44
gc funarg return fix.
change type (to satisfy OAS) after nodarg:
nodarg uses offset from type too,
and must use correct offset.

R=ken
OCL=24656
CL=24656
src/cmd/gc/walk.c