summaryrefslogtreecommitdiff
path: root/ms
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-02-09 11:53:11 +0100
committerAndy Polyakov <appro@openssl.org>2016-02-10 12:55:11 +0100
commit52464477be1d7af557479f55cf6b09838450a8fa (patch)
tree50fbdede23ebc99ea3cecc2a69082502bc7c97e3 /ms
parent64193c8218540499984cd63cda41f3cd491f3f59 (diff)
downloadopenssl-new-52464477be1d7af557479f55cf6b09838450a8fa.tar.gz
ms/uplink-x86.pl: make it work.
Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit 740b2b9a6cf31b02916a4d18f868e8a95934c083)
Diffstat (limited to 'ms')
-rwxr-xr-xms/uplink-x86.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ms/uplink-x86.pl b/ms/uplink-x86.pl
index 0dffc14fcd..53b998d270 100755
--- a/ms/uplink-x86.pl
+++ b/ms/uplink-x86.pl
@@ -14,11 +14,11 @@ require "uplink-common.pl";
for ($i=1;$i<=$N;$i++) {
&function_begin_B("_\$lazy${i}");
&lea ("eax",&DWP(&label("OPENSSL_UplinkTable")));
- &push ("eax");
&push ($i);
+ &push ("eax");
&call (&label("OPENSSL_Uplink"));
- &add ("esp",8);
&pop ("eax");
+ &add ("esp",4);
&jmp_ptr(&DWP(4*$i,"eax"));
&function_end_B("_\$lazy${i}");
}