summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-06-21 15:26:38 +0000
committerGabe Black <gblack@eecs.umich.edu>2007-06-21 15:26:38 +0000
commit0dc15742e39a0054ca8eec93de27489e1f48ebfd (patch)
tree4aa983add2c4145312ae13da6ac07f7916a8eb3c /src
parent7e7d3ee0aa73c1573b62539ed0f0a97c44fdd7ea (diff)
downloadgem5-0dc15742e39a0054ca8eec93de27489e1f48ebfd.tar.xz
Fix a comment.
--HG-- extra : convert_revision : 17e67cf6ea17fe6f971ef608547983fbb94adec9
Diffstat (limited to 'src')
-rw-r--r--src/arch/x86/intregs.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/intregs.hh b/src/arch/x86/intregs.hh
index fc2098716..1b5777f01 100644
--- a/src/arch/x86/intregs.hh
+++ b/src/arch/x86/intregs.hh
@@ -150,4 +150,4 @@ namespace X86ISA
};
};
-#endif // __ARCH_X86_INTERRUPTS_HH__
+#endif // __ARCH_X86_INTREGS_HH__