Even though this shouldn't ever be used, it might get called speculatively and
shouldn't panic.
}
};
- static inline Fault genMachineCheckFault()
- {
- panic("Machine check fault not implemented in x86!\n");
- }
-
// Below is a summary of the interrupt/exception information in the
// architecture manuals.
{}
};
+ static inline Fault genMachineCheckFault()
+ {
+ return new MachineCheck;
+ }
+
class SIMDFloatingPointFault : public X86Fault
{
public: