From: Gabe Black Date: Fri, 8 Jun 2007 17:30:16 +0000 (+0000) Subject: Fix up a potentially misleading comment. X-Git-Tag: m5_2.0_beta4~372 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b9c38660efa4dd0073ff39315996f15766365ba9;p=gem5.git Fix up a potentially misleading comment. --HG-- extra : convert_revision : 58d37d8cc8e41c9640038d6dddae4cb5649638aa --- 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())