aboutsummaryrefslogtreecommitdiff
path: root/crypto/perlasm
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-03-03 00:06:40 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-03-03 00:06:40 +0000
commitd9c88a3902bcd9513ca99dfd8383e054494d03b2 (patch)
tree75801b741c26e717aeb560fa3a6af37b54e31ce0 /crypto/perlasm
parenta8883854a33757ecc3132bc6549e7e51d736e6c4 (diff)
downloadopenssl-d9c88a3902bcd9513ca99dfd8383e054494d03b2.zip
openssl-d9c88a3902bcd9513ca99dfd8383e054494d03b2.tar.gz
openssl-d9c88a3902bcd9513ca99dfd8383e054494d03b2.tar.bz2
Move the 'file scope' argument in set_label to
the third argument: the second was being used already.
Diffstat (limited to 'crypto/perlasm')
-rw-r--r--crypto/perlasm/x86ms.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/perlasm/x86ms.pl b/crypto/perlasm/x86ms.pl
index 252a57b..2064523 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");
}