From: Gabe Black Date: Sun, 2 Dec 2007 07:11:23 +0000 (-0800) Subject: X86: Add in a missing "break". X-Git-Tag: m5_2.0_beta5~56 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4c37f828f1486fe4942c75affee57d8056a17234;p=gem5.git X86: Add in a missing "break". --HG-- extra : convert_revision : 2e48d8b0292bc3b78e4caa27dec20113d40e7d74 --- 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: