ms/uplink-x86.pl: make it work.
Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit 740b2b9a6cf31b02916a4d18f868e8a95934c083)
This commit is contained in:
parent
99a5c8a659
commit
9b6e183925
@ -14,11 +14,11 @@ require "uplink-common.pl";
|
|||||||
for ($i=1;$i<=$N;$i++) {
|
for ($i=1;$i<=$N;$i++) {
|
||||||
&function_begin_B("_\$lazy${i}");
|
&function_begin_B("_\$lazy${i}");
|
||||||
&lea ("eax",&DWP(&label("OPENSSL_UplinkTable")));
|
&lea ("eax",&DWP(&label("OPENSSL_UplinkTable")));
|
||||||
&push ("eax");
|
|
||||||
&push ($i);
|
&push ($i);
|
||||||
|
&push ("eax");
|
||||||
&call (&label("OPENSSL_Uplink"));
|
&call (&label("OPENSSL_Uplink"));
|
||||||
&add ("esp",8);
|
|
||||||
&pop ("eax");
|
&pop ("eax");
|
||||||
|
&add ("esp",4);
|
||||||
&jmp_ptr(&DWP(4*$i,"eax"));
|
&jmp_ptr(&DWP(4*$i,"eax"));
|
||||||
&function_end_B("_\$lazy${i}");
|
&function_end_B("_\$lazy${i}");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user