From bee6d43176c85f4d4eda2f829e7179a526a09b46 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 18 Jul 2010 20:14:51 +0000 Subject: * autoload.cc (noload): Use "pushl" rather than "push". --- winsup/cygwin/autoload.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/cygwin/autoload.cc') diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc index 67a93f921..cbd2751c8 100644 --- a/winsup/cygwin/autoload.cc +++ b/winsup/cygwin/autoload.cc @@ -147,8 +147,8 @@ noload: \n\ movl (%edx),%eax # Handle value \n\ pushl 4(%eax) \n\ leal 8(%edx),%eax # Location of name of function \n\ - push %eax \n\ - push $msg1 # The message \n\ + pushl %eax \n\ + pushl $msg1 # The message \n\ call ___api_fatal # Print message. Never returns \n\ \n\ .globl dll_func_load \n\ -- cgit v1.2.3