projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd5a88b
)
X86: X86 FS compile fix.
author
Gabe Black
<gblack@eecs.umich.edu>
Mon, 8 Oct 2007 00:46:56 +0000
(17:46 -0700)
committer
Gabe 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
patch
|
blob
|
history
diff --git
a/src/arch/x86/faults.cc
b/src/arch/x86/faults.cc
index 124dcf41e5e72becfeecde292c5f3a3f3053049b..69cbadc9396c1be353f9ee8b678f683f03415022 100644
(file)
--- a/
src/arch/x86/faults.cc
+++ b/
src/arch/x86/faults.cc
@@
-98,17
+98,17
@@
namespace X86ISA
{
#if FULL_SYSTEM
- void X86Trap::invoke(Th
e
eadContext * tc)
+ void X86Trap::invoke(Th
r
eadContext * tc)
{
panic("X86 faults are not implemented!");
}
- void X86Abort::invoke(Th
e
eadContext * tc)
+ void X86Abort::invoke(Th
r
eadContext * tc)
{
panic("X86 faults are not implemented!");
}
- void X86Interrupt::invoke(Th
e
eadContext * tc)
+ void X86Interrupt::invoke(Th
r
eadContext * tc)
{
panic("X86 faults are not implemented!");
}