From b8f064c88c48c549987a13eb4f4350bc6745ab15 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 1 Jul 2009 22:11:39 -0700 Subject: ARM: Use the new DataOp format to simplify the decoder. --- src/arch/arm/insts/static_inst.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/arm/insts/static_inst.cc') diff --git a/src/arch/arm/insts/static_inst.cc b/src/arch/arm/insts/static_inst.cc index 011604d35..f3ad1127b 100644 --- a/src/arch/arm/insts/static_inst.cc +++ b/src/arch/arm/insts/static_inst.cc @@ -388,7 +388,7 @@ ArmStaticInst::printDataInst(std::ostream &os) const { printMnemonic(os, machInst.sField ? "s" : ""); //XXX It would be nice if the decoder figured this all out for us. - unsigned opcode = machInst.opcode24_21; + unsigned opcode = machInst.opcode; bool firstOp = true; // Destination -- cgit v1.2.3