summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/autoload.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2010-07-18 20:14:51 +0000
committerChristopher Faylor <me@cgf.cx>2010-07-18 20:14:51 +0000
commitbee6d43176c85f4d4eda2f829e7179a526a09b46 (patch)
treec97f21788aceeb04175d7298191fbb1f422cf03b /winsup/cygwin/autoload.cc
parent9134e80ac6849f83c77c420f02e5504649d3fcf3 (diff)
downloadcygnal-bee6d43176c85f4d4eda2f829e7179a526a09b46.tar.gz
cygnal-bee6d43176c85f4d4eda2f829e7179a526a09b46.tar.bz2
cygnal-bee6d43176c85f4d4eda2f829e7179a526a09b46.zip
* autoload.cc (noload): Use "pushl" rather than "push".
Diffstat (limited to 'winsup/cygwin/autoload.cc')
-rw-r--r--winsup/cygwin/autoload.cc4
1 files changed, 2 insertions, 2 deletions
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\