Commit 2d489e67 authored by Lucio De Re's avatar Lucio De Re Committed by Russ Cox

gc: fix for Plan 9 build

R=golang-dev
CC=golang-dev, rsc
https://golang.org/cl/4975044
parent ae891b55
......@@ -471,7 +471,6 @@ esccall(Node *n)
Type *t, *fntype;
fn = N;
fntype = T;
switch(n->op) {
default:
fatal("esccall");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment