X86: X86 FS compile fix.
--HG-- extra : convert_revision : bedd4cbab570d4ae84af9e8ead8f61db5c3c01dc
This commit is contained in:
@@ -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!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user