projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c34556
)
push the flags too
author
Ulf Möller
<ulf@openssl.org>
Tue, 5 Dec 2000 06:38:45 +0000
(06:38 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Tue, 5 Dec 2000 06:38:45 +0000
(06:38 +0000)
crypto/perlasm/x86unix.pl
patch
|
blob
|
history
diff --git
a/crypto/perlasm/x86unix.pl
b/crypto/perlasm/x86unix.pl
index bb9c6925d8d8ec62d01e1ce58452f3412303817a..61b0311c921e88ad93b5ced006bfde12b90115f9 100644
(file)
--- a/
crypto/perlasm/x86unix.pl
+++ b/
crypto/perlasm/x86unix.pl
@@
-523,6
+523,7
@@
sub main'printf
sub pushvars
{
+ &out0("pushf");
&main'push("edx");
&main'push("ecx");
&main'push("eax");
@@
-533,4
+534,5
@@
sub popvars
&main'pop("eax");
&main'pop("ecx");
&main'pop("edx");
+ &out0("popf");
}