Move the 'file scope' argument in set_label to

the third argument: the second was being used
already.
This commit is contained in:
Dr. Stephen Henson
2000-03-03 00:06:40 +00:00
parent a8883854a3
commit d9c88a3902
3 changed files with 7 additions and 2 deletions

View File

@@ -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");
}

View File

@@ -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");