diff --git a/src/arch/x86/faults.cc b/src/arch/x86/faults.cc index 124dcf41e5..69cbadc939 100644 --- a/src/arch/x86/faults.cc +++ b/src/arch/x86/faults.cc @@ -98,17 +98,17 @@ namespace X86ISA { #if FULL_SYSTEM - void X86Trap::invoke(TheeadContext * tc) + void X86Trap::invoke(ThreadContext * tc) { panic("X86 faults are not implemented!"); } - void X86Abort::invoke(TheeadContext * tc) + void X86Abort::invoke(ThreadContext * tc) { panic("X86 faults are not implemented!"); } - void X86Interrupt::invoke(TheeadContext * tc) + void X86Interrupt::invoke(ThreadContext * tc) { panic("X86 faults are not implemented!"); }