Adjust a few more comments.
--HG-- extra : convert_revision : 9b79ce72acf8932ce26e1744a149f2fd2435ea96
This commit is contained in:
parent
93707e2365
commit
78910a7b3d
1 changed files with 3 additions and 2 deletions
|
@ -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 {{
|
||||
|
|
Loading…
Reference in a new issue