mirror of
https://github.com/golang/go
synced 2024-11-25 09:57:57 -07:00
gc: fix for Plan 9 build
R=golang-dev CC=golang-dev, rsc https://golang.org/cl/4975044
This commit is contained in:
parent
ae891b5528
commit
2d489e67dc
@ -471,7 +471,6 @@ esccall(Node *n)
|
|||||||
Type *t, *fntype;
|
Type *t, *fntype;
|
||||||
|
|
||||||
fn = N;
|
fn = N;
|
||||||
fntype = T;
|
|
||||||
switch(n->op) {
|
switch(n->op) {
|
||||||
default:
|
default:
|
||||||
fatal("esccall");
|
fatal("esccall");
|
||||||
|
Loading…
Reference in New Issue
Block a user