summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/microasm.isa
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-07-14 17:14:19 -0700
committerGabe Black <gblack@eecs.umich.edu>2007-07-14 17:14:19 -0700
commit4f7809d5e674384f58d3be6f4591afc0ceb2c37e (patch)
treeb776d1916615d67db85e1ccfc4374a52e09b8733 /src/arch/x86/isa/microasm.isa
parent92bb9242fb14db7ce3f78572ea428c8b3c06798a (diff)
downloadgem5-4f7809d5e674384f58d3be6f4591afc0ceb2c37e.tar.xz
Pull some hard coded base classes out of the isa description.
--HG-- rename : src/arch/x86/isa/base.isa => src/arch/x86/isa/outputblock.isa extra : convert_revision : 7954e7d5eea3b5966c9e273a08bcd169a39f380c
Diffstat (limited to 'src/arch/x86/isa/microasm.isa')
-rw-r--r--src/arch/x86/isa/microasm.isa6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/arch/x86/isa/microasm.isa b/src/arch/x86/isa/microasm.isa
index ee2b92f53..afe8ae64c 100644
--- a/src/arch/x86/isa/microasm.isa
+++ b/src/arch/x86/isa/microasm.isa
@@ -56,9 +56,9 @@
// Authors: Gabe Black
//Include the definitions of the micro ops.
-//These are StaticInst classes which stand on their own and make up an
-//internal instruction set, and also python representations which are passed
-//into the microcode assembler.
+//These are python representations of static insts which stand on their own
+//and make up an internal instruction set. They are used by the micro
+//assembler.
##include "microops/microops.isa"
//Include code to build macroops in both C++ and python.