summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-12-05 06:38:45 +0000
committerUlf Möller <ulf@openssl.org>2000-12-05 06:38:45 +0000
commite4c5391ddb2eb7143c6194d22e055c7a5ee0b65b (patch)
treed4e9d6b6896371c007dfeb15d957d9ee06e7b9f0
parent0c34556cbd509afc84d5a6796d463122408a028b (diff)
downloadopenssl-new-e4c5391ddb2eb7143c6194d22e055c7a5ee0b65b.tar.gz
push the flags too
-rw-r--r--crypto/perlasm/x86unix.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/perlasm/x86unix.pl b/crypto/perlasm/x86unix.pl
index bb9c6925d8..61b0311c92 100644
--- 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");
}