insnsd.c: don't generate an inaccessible table
commitcb6aaa33ce6be45e257404c688a21606fed3abea
authorH. Peter Anvin <hpa@zytor.com>
Thu, 5 Jun 2008 19:28:00 +0000 (5 12:28 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 5 Jun 2008 19:28:00 +0000 (5 12:28 -0700)
tree9926bdfde395d105a3ed1344536247bfb5b63ec9
parentb2072eacd378eec9304ea2d064bf7172c40a0842
insnsd.c: don't generate an inaccessible table

Some pseudo-instructions (RESB and EQU) seem to make it into the
instruction table.  This also generates an instruction table for
zero-length instructions, which of course can never actually be
accessed.  Quiet a compiler warning by simply not emitting this
useless table.  Ideally we shouldn't emit the pseudo-instructions
either, but that is a bigger change, and it's hardly a lot of memory
involved.
insns.pl