From d9c88a3902bcd9513ca99dfd8383e054494d03b2 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 3 Mar 2000 00:06:40 +0000 Subject: Move the 'file scope' argument in set_label to the third argument: the second was being used already. --- crypto/perlasm/x86ms.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/perlasm') diff --git a/crypto/perlasm/x86ms.pl b/crypto/perlasm/x86ms.pl index 252a57bdb5..206452341d 100644 --- a/crypto/perlasm/x86ms.pl +++ b/crypto/perlasm/x86ms.pl @@ -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"); } -- cgit v1.2.3