1
0
mirror of https://github.com/golang/go synced 2024-10-05 16:51:21 -06:00

[dev.power64] cmd/9g: add missing break

LGTM=rsc
R=rsc, iant
CC=golang-codereviews
https://golang.org/cl/125260043
This commit is contained in:
Shenghou Ma 2014-08-13 15:49:07 -04:00 committed by Russ Cox
parent 856124a1cd
commit f3f332851f

View File

@ -772,6 +772,7 @@ gmove(Node *f, Node *t)
case CASE(TINT64, TINT16):
case CASE(TUINT64, TINT16):
a = AMOVH;
break;
case CASE(TINT16, TUINT16): // same size
case CASE(TUINT16, TUINT16):