From: Ulf Möller Date: Tue, 5 Dec 2000 06:38:45 +0000 (+0000) Subject: push the flags too X-Git-Tag: OpenSSL_0_9_6a-beta1~107^2~36 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=e4c5391ddb2eb7143c6194d22e055c7a5ee0b65b;hp=0c34556cbd509afc84d5a6796d463122408a028b push the flags too --- 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"); }