From 10b57fcbd720b5fab5b54901e7c80a2b39898cc4 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 27 May 2002 14:12:00 +0000 Subject: Only perform access checks if 'check' is set. Report unknown machine numbers. Formatting tidy ups. --- sim/arm/armemu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/arm/armemu.c') diff --git a/sim/arm/armemu.c b/sim/arm/armemu.c index ea2bdfd..8e71926 100644 --- a/sim/arm/armemu.c +++ b/sim/arm/armemu.c @@ -3206,7 +3206,7 @@ check_PMUintr: ARMul_UndefInstr (state, instr); else { - /* XScale MAR insn. Move two registers into accumulator. */ + /* XScale MAR insn. Move two registers into accumulator. */ state->Accumulator = state->Reg[BITS (12, 15)]; state->Accumulator += (ARMdword) state->Reg[BITS (16, 19)] << 32; } -- cgit v1.1