Adjust a few more comments.

--HG--
extra : convert_revision : 9b79ce72acf8932ce26e1744a149f2fd2435ea96
This commit is contained in:
Gabe Black 2007-06-08 17:41:23 +00:00
parent 93707e2365
commit 78910a7b3d

View file

@ -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 {{