summaryrefslogtreecommitdiffstats
path: root/crypto/perlasm/x86nasm.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2003-01-24 09:39:31 +0000
committerAndy Polyakov <appro@openssl.org>2003-01-24 09:39:31 +0000
commit02bf9a151a435ceaa170f4b46387bba3afac0a78 (patch)
treef8a81982c9a8b289738f82e1cf8588eef6078c57 /crypto/perlasm/x86nasm.pl
parentd3b5cb5343afa4e4ae64bee4621171e6b00aaa21 (diff)
Provide "dummy" &main::picmeup even in Windows perlasm modules.
Diffstat (limited to 'crypto/perlasm/x86nasm.pl')
-rw-r--r--crypto/perlasm/x86nasm.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/perlasm/x86nasm.pl b/crypto/perlasm/x86nasm.pl
index 796556159c..f30b7466d4 100644
--- a/crypto/perlasm/x86nasm.pl
+++ b/crypto/perlasm/x86nasm.pl
@@ -344,4 +344,10 @@ sub out1p
push(@out,"\t$name\t ".&conv($p1)."\n");
}
+sub main'picmeup
+ {
+ local($dst,$sym)=@_;
+ &main'lea($dst,&main'DWP($sym));
+ }
+
sub main'blindpop { &out1("pop",@_); }