diff options
author | DJ Delorie <dj@redhat.com> | 2002-11-25 21:15:04 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-11-25 21:15:04 +0000 |
commit | 9967baf0b26821a04808b61e0abba677693a72fc (patch) | |
tree | 1374da0f61b45412330b2a36692a308db4deea95 /opcodes | |
parent | 158a8022aed399706df3d6184969805ab876e202 (diff) | |
download | gdb-9967baf0b26821a04808b61e0abba677693a72fc.zip gdb-9967baf0b26821a04808b61e0abba677693a72fc.tar.gz gdb-9967baf0b26821a04808b61e0abba677693a72fc.tar.bz2 |
* xstormy16-opc.c: Regenerate.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/xstormy16-opc.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 9619c6d..f3692e3 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2002-11-25 DJ Delorie <dj@redhat.com> + + * xstormy16-opc.c: Regenerate. + 2002-11-25 Jim Wilson <wilson@redhat.com> * ia64-dis.c (print_insn_ia64): Correct handling of IA64_OPND_TGT64. diff --git a/opcodes/xstormy16-opc.c b/opcodes/xstormy16-opc.c index 363b2cb..90db6f0 100644 --- a/opcodes/xstormy16-opc.c +++ b/opcodes/xstormy16-opc.c @@ -902,13 +902,13 @@ static const CGEN_OPCODE xstormy16_cgen_insn_opcode_table[MAX_INSNS] = { { 0, 0, 0, 0 }, { { MNEM, 0 } }, - & ifmt_iret, { 0xe0 } + & ifmt_iret, { 0xe8 } }, /* divlh */ { { 0, 0, 0, 0 }, { { MNEM, 0 } }, - & ifmt_iret, { 0xe8 } + & ifmt_iret, { 0xe0 } }, /* nop */ { |