From 1998a8e0333f8ebc40a5387532d74f90f510591d Mon Sep 17 00:00:00 2001
From: Alan Modra <amodra@gmail.com>
Date: Mon, 22 Jun 2009 00:53:25 +0000
Subject: [PATCH] cpu/ 	* m32c.opc (parse_lab_5_3): Use correct enum. opcodes/
 	* m32c-asm.c: Regenerate.

---
 cpu/ChangeLog      | 4 ++++
 cpu/m32c.opc       | 2 +-
 opcodes/ChangeLog  | 4 ++++
 opcodes/m32c-asm.c | 2 +-
 4 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/cpu/ChangeLog b/cpu/ChangeLog
index 3fbbd89e3ea..f1fb3214280 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 0d9dafe41cc..1997d6f221f 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"
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index b8dcf2a8426..88605a67d85 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2009-06-22  Alan Modra  <amodra@bigpond.net.au>
+
+	* m32c-asm.c: Regenerate.
+
 2009-06-22  Alan Modra  <amodra@bigpond.net.au>
 
 	* score-dis.c (print_insn_score48, print_insn_score32): Move default
diff --git a/opcodes/m32c-asm.c b/opcodes/m32c-asm.c
index 52a6f7f5554..c45d91d4311 100644
--- a/opcodes/m32c-asm.c
+++ b/opcodes/m32c-asm.c
@@ -540,7 +540,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"
-- 
GitLab