summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/perlasm
diff options
context:
space:
mode:
authormiod <>2014-04-13 15:16:38 +0000
committermiod <>2014-04-13 15:16:38 +0000
commitbdcc75be513421611e357921c457c3c5f631a14c (patch)
treee1540f37b9cc4aca4ead956cd575952fa034ed98 /src/lib/libcrypto/perlasm
parent79456c1577bfe31849da36061d54f4af125a81d9 (diff)
parentfea4fc3d16f04ff054803f9276895492961ab5e2 (diff)
downloadopenbsd-bdcc75be513421611e357921c457c3c5f631a14c.tar.gz
openbsd-bdcc75be513421611e357921c457c3c5f631a14c.tar.bz2
openbsd-bdcc75be513421611e357921c457c3c5f631a14c.zip
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libcrypto/perlasm')
-rw-r--r--src/lib/libcrypto/perlasm/x86masm.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/perlasm/x86masm.pl b/src/lib/libcrypto/perlasm/x86masm.pl
index 96b1b73e1a..f937d07c87 100644
--- a/src/lib/libcrypto/perlasm/x86masm.pl
+++ b/src/lib/libcrypto/perlasm/x86masm.pl
@@ -33,6 +33,7 @@ sub ::generic
33sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); } 33sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); }
34sub ::call_ptr { &::emit("call",@_); } 34sub ::call_ptr { &::emit("call",@_); }
35sub ::jmp_ptr { &::emit("jmp",@_); } 35sub ::jmp_ptr { &::emit("jmp",@_); }
36sub ::lock { &::data_byte(0xf0); }
36 37
37sub get_mem 38sub get_mem
38{ my($size,$addr,$reg1,$reg2,$idx)=@_; 39{ my($size,$addr,$reg1,$reg2,$idx)=@_;