From: Gabe Black Date: Fri, 8 Jun 2007 17:41:23 +0000 (+0000) Subject: Adjust a few more comments. X-Git-Tag: m5_2.0_beta4~370 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=78910a7b3dd7ce6f65f3ea51f178a3440d0221ab;p=gem5.git Adjust a few more comments. --HG-- extra : convert_revision : 9b79ce72acf8932ce26e1744a149f2fd2435ea96 --- diff --git a/src/arch/x86/isa/microasm.isa b/src/arch/x86/isa/microasm.isa index 8a6e7ca52..fde430691 100644 --- 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 {{