From b9c38660efa4dd0073ff39315996f15766365ba9 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 8 Jun 2007 17:30:16 +0000 Subject: Fix up a potentially misleading comment. --HG-- extra : convert_revision : 58d37d8cc8e41c9640038d6dddae4cb5649638aa --- src/arch/x86/isa/formats/multi.isa | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') 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()) -- cgit v1.2.3