X86: X86 FS compile fix.
--HG-- extra : convert_revision : bedd4cbab570d4ae84af9e8ead8f61db5c3c01dc
This commit is contained in:
parent
bd5a88ba43
commit
22196f8885
1 changed files with 3 additions and 3 deletions
|
@ -98,17 +98,17 @@
|
||||||
namespace X86ISA
|
namespace X86ISA
|
||||||
{
|
{
|
||||||
#if FULL_SYSTEM
|
#if FULL_SYSTEM
|
||||||
void X86Trap::invoke(TheeadContext * tc)
|
void X86Trap::invoke(ThreadContext * tc)
|
||||||
{
|
{
|
||||||
panic("X86 faults are not implemented!");
|
panic("X86 faults are not implemented!");
|
||||||
}
|
}
|
||||||
|
|
||||||
void X86Abort::invoke(TheeadContext * tc)
|
void X86Abort::invoke(ThreadContext * tc)
|
||||||
{
|
{
|
||||||
panic("X86 faults are not implemented!");
|
panic("X86 faults are not implemented!");
|
||||||
}
|
}
|
||||||
|
|
||||||
void X86Interrupt::invoke(TheeadContext * tc)
|
void X86Interrupt::invoke(ThreadContext * tc)
|
||||||
{
|
{
|
||||||
panic("X86 faults are not implemented!");
|
panic("X86 faults are not implemented!");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue