summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/formats
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-06-08 17:30:16 +0000
committerGabe Black <gblack@eecs.umich.edu>2007-06-08 17:30:16 +0000
commitb9c38660efa4dd0073ff39315996f15766365ba9 (patch)
tree1a1f85168df05fca26c64b4cb11d397bb32b0425 /src/arch/x86/isa/formats
parent57a8c32bea94ad96f85d6534461d2a721b857bce (diff)
downloadgem5-b9c38660efa4dd0073ff39315996f15766365ba9.tar.xz
Fix up a potentially misleading comment.
--HG-- extra : convert_revision : 58d37d8cc8e41c9640038d6dddae4cb5649638aa
Diffstat (limited to 'src/arch/x86/isa/formats')
-rw-r--r--src/arch/x86/isa/formats/multi.isa5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/arch/x86/isa/formats/multi.isa b/src/arch/x86/isa/formats/multi.isa
index e47c8776e..8648800b4 100644
--- a/src/arch/x86/isa/formats/multi.isa
+++ b/src/arch/x86/isa/formats/multi.isa
@@ -55,10 +55,11 @@
//
// Authors: Gabe Black
-////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////
//
-// Instructions that do the same thing to multiple sets of arguments.
+// Instructions operate on one or multiple types of sets of arguments.
//
+//////////////////////////////////////////////////////////////////////////
def format Inst(*opTypeSet) {{
decode_block = specializeInst(Name, list(opTypeSet), EmulEnv())