mirror of
https://github.com/golang/go
synced 2024-11-12 10:00:25 -07:00
cmd/gc: Missing break in esc switch.
R=rsc CC=golang-dev https://golang.org/cl/6594053
This commit is contained in:
parent
af582674b0
commit
78ba449a3c
@ -416,6 +416,7 @@ esc(EscState *e, Node *n)
|
||||
// fatal("escape anaylysis missed or messed up a label: %+N", n);
|
||||
|
||||
n->left->sym->label = nil;
|
||||
break;
|
||||
|
||||
case ORANGE:
|
||||
// Everything but fixed array is a dereference.
|
||||
|
Loading…
Reference in New Issue
Block a user