From 1ea14b8fac34764a219407effba3211e3f8edc90 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sat, 27 Jun 2009 00:30:23 -0700 Subject: ARM: Show more information when disassembling data processing intstructions. This will need more work, but it should be a lot closer. --- src/arch/arm/insts/pred_inst.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/arch/arm/insts/pred_inst.hh') diff --git a/src/arch/arm/insts/pred_inst.hh b/src/arch/arm/insts/pred_inst.hh index 65661efdd..38ac69358 100644 --- a/src/arch/arm/insts/pred_inst.hh +++ b/src/arch/arm/insts/pred_inst.hh @@ -82,8 +82,6 @@ class PredImmOp : public PredOp if (rotate != 0) rotated_carry = (rotated_imm >> 31) & 1; } - - std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const; }; /** @@ -102,8 +100,6 @@ class PredIntOp : public PredOp shift_size(machInst.shiftSize), shift(machInst.shift) { } - - std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const; }; /** -- cgit v1.2.3