From: Gabe Black Date: Tue, 31 Oct 2006 23:39:17 +0000 (-0500) Subject: Fix another typo X-Git-Tag: m5_2.0_beta2~53^2~75 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1dd903e856e2e9995a85ac79e6519ff2d1f4d790;p=gem5.git Fix another typo --HG-- extra : convert_revision : ad7058babf2a13bfe543e05f2662dc49a18a8b8b --- diff --git a/src/arch/alpha/isa/decoder.isa b/src/arch/alpha/isa/decoder.isa index e4cf96767..c5f47aaa2 100644 --- a/src/arch/alpha/isa/decoder.isa +++ b/src/arch/alpha/isa/decoder.isa @@ -745,7 +745,6 @@ decode OPCODE default Unknown::unknown() { 0: OpcdecFault::hw_mfpr(); format HwMoveIPR { 1: hw_mfpr({{ - miscRegIndex >= NumInternalProcRegs) int miscRegIndex = (ipr_index < NumInternalProcRegs) ? IprToMiscRegIndex[ipr_index] : -1; if(miscRegIndex < 0 || !IprIsReadable(miscRegIndex) ||