projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
038fa48
)
Fix the formatting on a comment.
author
Gabe Black
<gblack@eecs.umich.edu>
Fri, 8 Jun 2007 17:16:05 +0000
(17:16 +0000)
committer
Gabe Black
<gblack@eecs.umich.edu>
Fri, 8 Jun 2007 17:16:05 +0000
(17:16 +0000)
--HG--
extra : convert_revision :
89636a7410dec54235416e3c16db98cc5eecf2b0
src/arch/x86/isa/microops/base.isa
patch
|
blob
|
history
diff --git
a/src/arch/x86/isa/microops/base.isa
b/src/arch/x86/isa/microops/base.isa
index 94726a0fbcfda16acfedc69ebdc587c15742723d..7fa4f0457536ab5e3cf0ed459709d3a4ab6e9719 100644
(file)
--- a/
src/arch/x86/isa/microops/base.isa
+++ b/
src/arch/x86/isa/microops/base.isa
@@
-100,6
+100,8
@@
output header {{
//////////////////////////////////////////////////////////////////////////
//
// Base class for the python representation of x86 microops
+//
+//////////////////////////////////////////////////////////////////////////
let {{
class X86Microop(object):