From: Gabe Black Date: Fri, 8 Jun 2007 18:41:58 +0000 (+0000) Subject: Fix another outdated comment. X-Git-Tag: m5_2.0_beta4~369 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1493ceda8fe242776423e30f83db0774f6558ad4;p=gem5.git Fix another outdated comment. --HG-- extra : convert_revision : 55f89d9f96734e96ae082399df6b0206d112cd6c --- diff --git a/src/arch/x86/isa/main.isa b/src/arch/x86/isa/main.isa index d28390bd1..d78887c43 100644 --- a/src/arch/x86/isa/main.isa +++ b/src/arch/x86/isa/main.isa @@ -85,8 +85,8 @@ namespace X86ISA; //Include the definitions for the instruction formats ##include "formats/formats.isa" -//Include the simple microcode assembler. This will hopefully stay -//unspecialized for x86 and can later be made available to other ISAs. +//This file brings in the microcode, microop classes, macroop classes, +//and supporting components and assembles everything into macroops. ##include "microasm.isa" //Include code to specialize an instruction template to operate on