X86: Make the apic version register work.

This commit is contained in:
Gabe Black 2008-06-12 00:53:37 -04:00
parent 8d2416c6e9
commit 8a6723e038

View file

@ -222,8 +222,8 @@ void MiscRegFile::setReg(int miscReg,
panic("Local APIC ID register unimplemented.\n"); panic("Local APIC ID register unimplemented.\n");
break; break;
case MISCREG_APIC_VERSION: case MISCREG_APIC_VERSION:
panic("Local APIC Version register is read only.\n"); // The Local APIC Version register is read only.
break; return;
case MISCREG_APIC_TASK_PRIORITY: case MISCREG_APIC_TASK_PRIORITY:
panic("Local APIC Task Priority register unimplemented.\n"); panic("Local APIC Task Priority register unimplemented.\n");
break; break;