aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cast/asm/cast-586.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cast/asm/cast-586.pl')
-rw-r--r--crypto/cast/asm/cast-586.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/cast/asm/cast-586.pl b/crypto/cast/asm/cast-586.pl
index eda14ad413..6be0bfe572 100644
--- a/crypto/cast/asm/cast-586.pl
+++ b/crypto/cast/asm/cast-586.pl
@@ -7,7 +7,7 @@ push(@INC,"perlasm","../../perlasm");
require "x86asm.pl";
require "cbc.pl";
-&asm_init($ARGV[0],"cast-586.pl");
+&asm_init($ARGV[0],"cast-586.pl",$ARGV[$#ARGV] eq "386");
$CAST_ROUNDS=16;
$L="edi";
@@ -173,3 +173,4 @@ sub E_CAST {
&xor( $L, $tmp1);
# XXX
}
+