You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. install on freebsd
2. ./all.bash
3.
What is the expected output? What do you see instead?
pointer type violation on line 1222 of gopack/ar.c
What is your $GOOS? $GOARCH?
nacl, 386
Which revision are you sync'ed to? (hg log -l 1)
changeset: 3975:b51fd2d6c160
tag: tip
user: Kevin Ballard <kevin@sb.org>
date: Tue Nov 10 20:05:24 2009 -0800
summary: Implement new emacs command M-x gofmt
Which revision are you sync'ed to? (hg log -l 1)
Please provide any additional information below.
Line 1222 should be something like:
time_t rt = bp->date; cp = ctime(&rt);
The text was updated successfully, but these errors were encountered:
The previous logic was confused, because it assumed p->to.offset
was purely the desired frame size, whereas we encode in the high word
unspecified args size as 0x80000000. The logic infered that every function
with unspecified args size was a leaf.
Fixesgolang#40
by smcpolin:
The text was updated successfully, but these errors were encountered: