diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-06-08 17:30:16 +0000 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-06-08 17:30:16 +0000 |
commit | b9c38660efa4dd0073ff39315996f15766365ba9 (patch) | |
tree | 1a1f85168df05fca26c64b4cb11d397bb32b0425 | |
parent | 57a8c32bea94ad96f85d6534461d2a721b857bce (diff) | |
download | gem5-b9c38660efa4dd0073ff39315996f15766365ba9.tar.xz |
Fix up a potentially misleading comment.
--HG--
extra : convert_revision : 58d37d8cc8e41c9640038d6dddae4cb5649638aa
-rw-r--r-- | src/arch/x86/isa/formats/multi.isa | 5 |
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()) |