Fix up a potentially misleading comment.

--HG--
extra : convert_revision : 58d37d8cc8e41c9640038d6dddae4cb5649638aa
This commit is contained in:
Gabe Black 2007-06-08 17:30:16 +00:00
parent 57a8c32bea
commit b9c38660ef

View file

@ -55,10 +55,11 @@
// //
// Authors: Gabe Black // 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) {{ def format Inst(*opTypeSet) {{
decode_block = specializeInst(Name, list(opTypeSet), EmulEnv()) decode_block = specializeInst(Name, list(opTypeSet), EmulEnv())