From d56051fb1c36f54299ef2cfa43b6320e3eaaf605 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 27 Oct 2000 02:28:06 +0000 Subject: [PATCH] * insn.scm (-parse-insn-format-symbol): Fix spelling error, op-ifld -> op-ifield. --- ChangeLog | 5 +++++ insn.scm | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a7830dd..13e031c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-10-26 Doug Evans + + * insn.scm (-parse-insn-format-symbol): Fix spelling error, + op-ifld -> op-ifield. + 2000-10-23 Frank Ch. Eigler * thumb.scm (cc-tests): Add (ISA thumb) attribute. diff --git a/insn.scm b/insn.scm index bb39a7f..f5eab15 100644 --- a/insn.scm +++ b/insn.scm @@ -512,7 +512,7 @@ (cond ((derived-operand? op) ; There is a one-to-one relationship b/w derived operands and ; the associated derived ifield. - (let ((ifld (op-ifld op))) + (let ((ifld (op-ifield op))) (assert (derived-ifield? ifld)) ifld)) ((anyof-operand? op) -- 2.43.5