diff options
author | Christopher Faylor <me@cgf.cx> | 2010-07-18 20:14:51 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2010-07-18 20:14:51 +0000 |
commit | bee6d43176c85f4d4eda2f829e7179a526a09b46 (patch) | |
tree | c97f21788aceeb04175d7298191fbb1f422cf03b /winsup/cygwin/autoload.cc | |
parent | 9134e80ac6849f83c77c420f02e5504649d3fcf3 (diff) | |
download | cygnal-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.cc | 4 |
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\ |