Skip to content
Snippets Groups Projects
Commit 740b2b9a authored by Andy Polyakov's avatar Andy Polyakov
Browse files

ms/uplink-x86.pl: make it work.


Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent b44a9641
No related branches found
No related tags found
No related merge requests found
......@@ -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}");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment