X86: X86 FS compile fix.
authorGabe Black <gblack@eecs.umich.edu>
Mon, 8 Oct 2007 00:46:56 +0000 (17:46 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 8 Oct 2007 00:46:56 +0000 (17:46 -0700)
--HG--
extra : convert_revision : bedd4cbab570d4ae84af9e8ead8f61db5c3c01dc

src/arch/x86/faults.cc

index 124dcf41e5e72becfeecde292c5f3a3f3053049b..69cbadc9396c1be353f9ee8b678f683f03415022 100644 (file)
 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!");
     }