aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/perlasm/x86ms.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/perlasm/x86ms.pl')
-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 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");
}