Skip to content

Commit

Permalink
ms/uplink-x86.pl: make it work.
Browse files Browse the repository at this point in the history
Reviewed-by: Richard Levitte <[email protected]>
  • Loading branch information
Andy Polyakov committed Feb 10, 2016
1 parent b44a964 commit 740b2b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ms/uplink-x86.pl
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
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}");
}
Expand Down

0 comments on commit 740b2b9

Please sign in to comment.