diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-06-08 18:41:58 +0000 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-06-08 18:41:58 +0000 |
commit | 1493ceda8fe242776423e30f83db0774f6558ad4 (patch) | |
tree | 5b2ae6f8bbc6a48dd441e348e207ecabe7cf018c /src/arch | |
parent | 78910a7b3dd7ce6f65f3ea51f178a3440d0221ab (diff) | |
download | gem5-1493ceda8fe242776423e30f83db0774f6558ad4.tar.xz |
Fix another outdated comment.
--HG--
extra : convert_revision : 55f89d9f96734e96ae082399df6b0206d112cd6c
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/x86/isa/main.isa | 4 |
1 files changed, 2 insertions, 2 deletions
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 |