summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-10-31 18:39:17 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-10-31 18:39:17 -0500
commit1dd903e856e2e9995a85ac79e6519ff2d1f4d790 (patch)
tree8e1c150c9d7f3f378e44c4dd48911e9195e9cfab /src
parent39de635fbfa281c2fa70b65833825e2559d029b9 (diff)
downloadgem5-1dd903e856e2e9995a85ac79e6519ff2d1f4d790.tar.xz
Fix another typo
--HG-- extra : convert_revision : ad7058babf2a13bfe543e05f2662dc49a18a8b8b
Diffstat (limited to 'src')
-rw-r--r--src/arch/alpha/isa/decoder.isa1
1 files changed, 0 insertions, 1 deletions
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) ||