diff options
author | Nick Clifton <nickc@redhat.com> | 2003-12-15 12:19:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-12-15 12:19:13 +0000 |
commit | 7465ee206c979b94f1d1a8cbb732df65e45726a7 (patch) | |
tree | 458a6883c91260c4d0b0a76a3bc9f1064df7d646 /opcodes/m32r-opc.c | |
parent | 5259905e33dcc8a1066f7ecb65c53b1588250e2f (diff) | |
download | gdb-7465ee206c979b94f1d1a8cbb732df65e45726a7.tar.gz |
Add PIPE_O attribute to "pop" instruction.
Diffstat (limited to 'opcodes/m32r-opc.c')
-rw-r--r-- | opcodes/m32r-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/m32r-opc.c b/opcodes/m32r-opc.c index 18d8d684050..a18d5ccefa8 100644 --- a/opcodes/m32r-opc.c +++ b/opcodes/m32r-opc.c @@ -1413,7 +1413,7 @@ static const CGEN_IBASE m32r_cgen_macro_insn_table[] = /* pop $dr */ { -1, "pop", "pop", 16, - { 0|A(ALIAS), { (1<<MACH_BASE), PIPE_NONE } } + { 0|A(ALIAS), { (1<<MACH_BASE), PIPE_O } } }, /* ldi $dr,$simm8 */ { |