projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93707e2
)
Adjust a few more comments.
author
Gabe Black
<gblack@eecs.umich.edu>
Fri, 8 Jun 2007 17:41:23 +0000
(17:41 +0000)
committer
Gabe Black
<gblack@eecs.umich.edu>
Fri, 8 Jun 2007 17:41:23 +0000
(17:41 +0000)
--HG--
extra : convert_revision :
9b79ce72acf8932ce26e1744a149f2fd2435ea96
src/arch/x86/isa/microasm.isa
patch
|
blob
|
history
diff --git
a/src/arch/x86/isa/microasm.isa
b/src/arch/x86/isa/microasm.isa
index 8a6e7ca522343a3e1025a13fb4fb20238eeac9f9..fde430691a9f916ad60dfaeb7f8b4c0d5d1a2a78 100644
(file)
--- a/
src/arch/x86/isa/microasm.isa
+++ b/
src/arch/x86/isa/microasm.isa
@@
-57,10
+57,11
@@
//Include the definitions of the micro ops.
//These are StaticInst classes which stand on their own and make up an
-//internal instruction set.
+//internal instruction set, and also python representations which are passed
+//into the microcode assembler.
##include "microops/microops.isa"
-//Include code to build macroops.
+//Include code to build macroops
in both C++ and python
.
##include "macroop.isa"
let {{