From 313e6ec11fb8a7bda1676ce5804bee8755664141 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 2 Apr 2015 10:17:42 +0200 Subject: Add assembly support for 32-bit iOS. Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte --- crypto/perlasm/arm-xlate.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/perlasm') diff --git a/crypto/perlasm/arm-xlate.pl b/crypto/perlasm/arm-xlate.pl index 22dc7e4ecc..81ceb3142c 100755 --- a/crypto/perlasm/arm-xlate.pl +++ b/crypto/perlasm/arm-xlate.pl @@ -154,7 +154,7 @@ while($line=<>) { $line = &$opcode($arg); } elsif ($mnemonic) { $line = $c.$mnemonic; - $line.= "\t$arg" if ($arg); + $line.= "\t$arg" if ($arg ne ""); } } -- cgit v1.2.3