projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9805916
)
X86: Add in a missing "break".
author
Gabe Black
<gblack@eecs.umich.edu>
Sun, 2 Dec 2007 07:11:23 +0000
(23:11 -0800)
committer
Gabe Black
<gblack@eecs.umich.edu>
Sun, 2 Dec 2007 07:11:23 +0000
(23:11 -0800)
--HG--
extra : convert_revision :
2e48d8b0292bc3b78e4caa27dec20113d40e7d74
src/arch/x86/miscregfile.cc
patch
|
blob
|
history
diff --git
a/src/arch/x86/miscregfile.cc
b/src/arch/x86/miscregfile.cc
index 8c06e2e1106bc977adf0937372483e3c053d67ed..848001866a9a8496ebfdd0b7f6a28a3deffd742d 100644
(file)
--- 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: