aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/perlasm/x86unix.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-07-12 18:12:43 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-07-12 18:12:43 +0000
commitbbdb543844cd4f8f787b678e33466afc12eccd96 (patch)
tree6910cfcd6aa9f6c6fa01acdd31a410900cf9be14 /crypto/perlasm/x86unix.pl
parent5059658219465c2e3e15f45c5ca3a0d251cd5fba (diff)
downloadopenssl-bbdb543844cd4f8f787b678e33466afc12eccd96.tar.gz
More NASM support code it still doesn't work but it doesn't work less than it
didn't work before :-)
Diffstat (limited to 'crypto/perlasm/x86unix.pl')
-rw-r--r--crypto/perlasm/x86unix.pl10
1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/perlasm/x86unix.pl b/crypto/perlasm/x86unix.pl
index bc9e42e4e7..8c456b14af 100644
--- a/crypto/perlasm/x86unix.pl
+++ b/crypto/perlasm/x86unix.pl
@@ -100,6 +100,16 @@ sub main'BP
return(&main'DWP(@_));
}
+sub main'BC
+ {
+ return @_;
+ }
+
+sub main'DWC
+ {
+ return @_;
+ }
+
#sub main'BP
# {
# local($addr,$reg1,$reg2,$idx)=@_;