* autoload.cc (noload): Use "pushl" rather than "push".

This commit is contained in:
Christopher Faylor
2010-07-18 20:14:51 +00:00
parent 9134e80ac6
commit bee6d43176
2 changed files with 6 additions and 2 deletions

View File

@ -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\