]> Cypherpunks repositories - gostls13.git/commit
cmd/5g, cmd/8g: make 'out of registers' a fatal error
authorRuss Cox <rsc@golang.org>
Tue, 16 Sep 2014 17:16:43 +0000 (13:16 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 16 Sep 2014 17:16:43 +0000 (13:16 -0400)
commitc1c5d479bd9ead47f718156866c8bd188a8e19b8
tree01c562263d6ebe00899d40f942fdba8a96dd00a6
parent99e8f40488b89f3e6c30ddcf94a2c5db61d7ab3d
cmd/5g, cmd/8g: make 'out of registers' a fatal error

There's no point in continuing. We will only get confused.
6g already makes this fatal.

LGTM=dave, minux, iant
R=iant, dave, minux
CC=golang-codereviews
https://golang.org/cl/140660043
src/cmd/5g/gsubr.c
src/cmd/8g/gsubr.c