summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/arch/x86/miscregfile.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/miscregfile.cc b/src/arch/x86/miscregfile.cc
index 7fce43c1d..d52d56915 100644
--- a/src/arch/x86/miscregfile.cc
+++ b/src/arch/x86/miscregfile.cc
@@ -219,7 +219,7 @@ void MiscRegFile::setReg(int miscReg,
}
switch (miscReg) {
case MISCREG_APIC_ID:
- panic("Local APIC ID register unimplemented.\n");
+ newVal = val & 0xFF;
break;
case MISCREG_APIC_VERSION:
// The Local APIC Version register is read only.