]> Cypherpunks repositories - gostls13.git/commit
add error to catch 6g alignment bug.
authorRuss Cox <rsc@golang.org>
Sun, 8 Feb 2009 19:19:45 +0000 (11:19 -0800)
committerRuss Cox <rsc@golang.org>
Sun, 8 Feb 2009 19:19:45 +0000 (11:19 -0800)
commita81870badf2b625dd82c705796d2e897b53749bc
treec32d5f6d18aa15c9fe9c00594b79285e58fa6e57
parenta6c59ce2744182a1b6badd78c4269d1b424dd080
add error to catch 6g alignment bug.
the fix appears to be to align the
out struct on an 8 boundary, but that
is a bit involved.

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