Make the big instruction arrays "const"
commit3360d79369fa74872f3344e6a6cd1fe7519763c8
authorH. Peter Anvin <hpa@zytor.com>
Tue, 11 Sep 2007 04:16:57 +0000 (11 04:16 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 11 Sep 2007 04:16:57 +0000 (11 04:16 +0000)
treef5032817b85ef2166576819b8e906df8bc76c31d
parentea6bfb8107f69b6807f77cca021c7925feead1e3
Make the big instruction arrays "const"

Make the big instruction arrays "const", so they end up in readonly
storage.  While we're at it, move their prototypes into insns.h.
assemble.c
disasm.c
insns.h
insns.pl