projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e9fa55
)
Fix up a comment that wasn't changed over to x86.
author
Gabe Black
<gblack@eecs.umich.edu>
Tue, 12 Jun 2007 16:30:48 +0000
(16:30 +0000)
committer
Gabe Black
<gblack@eecs.umich.edu>
Tue, 12 Jun 2007 16:30:48 +0000
(16:30 +0000)
--HG--
extra : convert_revision :
58448b984447babba708b9dcb1b4939ed35308a6
src/arch/x86/isa/main.isa
patch
|
blob
|
history
diff --git
a/src/arch/x86/isa/main.isa
b/src/arch/x86/isa/main.isa
index d78887c43dc8241240b07e137576d879f75b9399..fed8903c0a27a8e939b3271c4281b06cb3d23283 100644
(file)
--- a/
src/arch/x86/isa/main.isa
+++ b/
src/arch/x86/isa/main.isa
@@
-67,7
+67,7
@@
////////////////////////////////////////////////////////////////////
//
// Namespace statement. Everything below this line will be in the
-//
Sparc
ISAInst namespace.
+//
X86
ISAInst namespace.
//
namespace X86ISA;