* z8k-dis.c (instr_data_s): Change tabl_index from long to int.
authorChristian Groessler <chris@groessler.org>
Thu, 19 Jun 2003 13:46:37 +0000 (13:46 +0000)
committerChristian Groessler <chris@groessler.org>
Thu, 19 Jun 2003 13:46:37 +0000 (13:46 +0000)
commit6ddfd88c7291a6dade160a8ff67d94b462ba5534
tree4575f1e9720fe98a63a9ef2d046e8fbd08ecbcb9
parentf590b86e1ef869e4c85f17e86fdae5e1e10b2613
* z8k-dis.c (instr_data_s): Change tabl_index from long to int.
(print_insn_z8k): Correctly check return value from
z8k_lookup_instr call.
(unparse_instr): Handle CLASS_IRO case.
* z8kgen.c: Fix function definitions.  Fix formatting.
(opt): Add brk opcode alias for non-simulator breakpoint.  Add
missing and fix existing in/out and sin/sout opcode definitions.
(args): "@ri", "@ro" - add CLASS_IRO register usage for in/out
opcodes.
(internal): Check p->flags for non-zero before dereferencing it.
(gas): Add CLASS_IRO line.  Insert new OPC_xxx lines for the added
opcodes and renumber the remaining lines repectively.
(main): Remove "-d" command line switch.
* z8k-opc.h: Regenerate with new z8kgen.c.
opcodes/ChangeLog
opcodes/z8k-dis.c
opcodes/z8k-opc.h
opcodes/z8kgen.c
This page took 0.02658 seconds and 4 git commands to generate.