diff options
author | Alan Modra <amodra@gmail.com> | 2009-06-22 00:53:25 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-06-22 00:53:25 +0000 |
commit | 1998a8e0333f8ebc40a5387532d74f90f510591d (patch) | |
tree | b30742d9458e4279126301396765752e9b1e5a29 /cpu | |
parent | ceaf50a2f96d755dc9287e347548d8228cb29619 (diff) | |
download | gdb-1998a8e0333f8ebc40a5387532d74f90f510591d.zip gdb-1998a8e0333f8ebc40a5387532d74f90f510591d.tar.gz gdb-1998a8e0333f8ebc40a5387532d74f90f510591d.tar.bz2 |
cpu/
* m32c.opc (parse_lab_5_3): Use correct enum.
opcodes/
* m32c-asm.c: Regenerate.
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/ChangeLog | 4 | ||||
-rw-r--r-- | cpu/m32c.opc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/cpu/ChangeLog b/cpu/ChangeLog index 3fbbd89..f1fb321 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,7 @@ +2009-06-22 Alan Modra <amodra@bigpond.net.au> + + * m32c.opc (parse_lab_5_3): Use correct enum. + 2009-01-07 Hans-Peter Nilsson <hp@axis.com> * frv.cpu (mabshs): Explicitly sign-extend arguments of abs to DI. diff --git a/cpu/m32c.opc b/cpu/m32c.opc index 0d9dafe..1997d6f 100644 --- a/cpu/m32c.opc +++ b/cpu/m32c.opc @@ -571,7 +571,7 @@ parse_lab_5_3 (CGEN_CPU_DESC cd, if (type_addr) *type_addr = op_res; - if (op_res == CGEN_PARSE_OPERAND_ADDRESS) + if (op_res == CGEN_PARSE_OPERAND_RESULT_QUEUED) { /* This is a hack; the field cannot handle near-zero signed offsets that CGEN wants to put in to indicate an "empty" |