Add assembly support for 32-bit iOS.
[openssl.git] / crypto / perlasm / arm-xlate.pl
index 22dc7e4ecc3a2b8526a8011d30038fd827ed2d92..81ceb3142ce377eb7ea77376a170ca899de6415d 100755 (executable)
@@ -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 "");
        }
     }