summaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-12-01 23:11:23 -0800
committerGabe Black <gblack@eecs.umich.edu>2007-12-01 23:11:23 -0800
commit4c37f828f1486fe4942c75affee57d8056a17234 (patch)
tree3351c16f91b0115ebe4e83193c79203072f71d55 /src/arch
parent9805916cecc151a6482072635978a96e3e172fdc (diff)
downloadgem5-4c37f828f1486fe4942c75affee57d8056a17234.tar.xz
X86: Add in a missing "break".
--HG-- extra : convert_revision : 2e48d8b0292bc3b78e4caa27dec20113d40e7d74
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/x86/miscregfile.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/miscregfile.cc b/src/arch/x86/miscregfile.cc
index 8c06e2e11..848001866 100644
--- a/src/arch/x86/miscregfile.cc
+++ b/src/arch/x86/miscregfile.cc
@@ -206,6 +206,7 @@ void MiscRegFile::setReg(int miscReg,
}
}
}
+ break;
// These segments always actually use their bases, or in other words
// their effective bases must stay equal to their actual bases.
case MISCREG_FS: