]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj: fix index panic on invalid instruction
authorRuss Cox <rsc@golang.org>
Tue, 24 Feb 2015 01:29:08 +0000 (20:29 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 25 Feb 2015 18:29:42 +0000 (18:29 +0000)
commit28c6648416362f8542adea03f70fccf77fc9b08e
treed5fc38fe4878a8bf3990306b3f3bd10769b782be
parent6eaa09501282b347dc37590f3581557e3b5f1b41
cmd/internal/obj: fix index panic on invalid instruction

Also introduce actual data structure for table.

Change-Id: I6bbe9aff8a872ae254f3739ae4ca17f7b5c4507a
Reviewed-on: https://go-review.googlesource.com/5701
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/internal/obj/i386/asm8.go
src/cmd/internal/obj/x86/asm6.go