summaryrefslogtreecommitdiffstats
path: root/crypto/perlasm/x86nasm.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2004-11-27 15:14:58 +0000
committerAndy Polyakov <appro@openssl.org>2004-11-27 15:14:58 +0000
commit914c2a28c05797dc44fb3f498e6e12e5bc0db2b3 (patch)
tree715b6551a8f7f664a8b1070f526839e02d232afb /crypto/perlasm/x86nasm.pl
parentea681ba87228c3b26f143f9c1aca07b114dbfd40 (diff)
perlasm/x86[ms|nasm] update to accomodate updated RC4 assembler module.
Diffstat (limited to 'crypto/perlasm/x86nasm.pl')
-rw-r--r--crypto/perlasm/x86nasm.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/perlasm/x86nasm.pl b/crypto/perlasm/x86nasm.pl
index 27080a0f83..965bff1bd3 100644
--- a/crypto/perlasm/x86nasm.pl
+++ b/crypto/perlasm/x86nasm.pl
@@ -192,6 +192,7 @@ sub main'leave { &out0("leave"); }
sub main'cpuid { &out0("cpuid"); }
sub main'rdtsc { &out0("rdtsc"); }
sub main'halt { &out0("hlt"); }
+sub main'movz { &out2("movzx",@_); }
# SSE2
sub main'emms { &out0("emms"); }