Move the 'file scope' argument in set_label to
the third argument: the second was being used already.
This commit is contained in:
@@ -341,7 +341,7 @@ sub main'set_label
|
||||
$label{$_[0]}="${label}${_[0]}";
|
||||
$label++;
|
||||
}
|
||||
if((defined $_[1]) && ($_[1] == 1))
|
||||
if((defined $_[2]) && ($_[2] == 1))
|
||||
{
|
||||
push(@out,"$label{$_[0]}::\n");
|
||||
}
|
||||
|
||||
@@ -392,7 +392,7 @@ sub sha1_block_data
|
||||
&X_expand("esi");
|
||||
&mov(&wparam(1),"esi");
|
||||
|
||||
&set_label("shortcut", 1);
|
||||
&set_label("shortcut", 0, 1);
|
||||
&comment("");
|
||||
&comment("Start processing");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user