Alexandre Julliard wrote:
> 
> CVSROOT:        /home/wine
> Module name:    wine
> Changes by:     [EMAIL PROTECTED]        00/07/26 12:04:54
> 
> Modified files:
>         msdos          : dpmi.c
> 
> Log message:
>         Avoid clobbering %ebx.

I'm still getting a compile error with the egcs included in Red Hat 6.1
(egcs-2.91.66):

james[44]%pwd
/usr/src/wine/cvshq/wine/msdos
james[45]%cvs status dpmi.c
===================================================================
File: dpmi.c            Status: Up-to-date
 
   Working revision:    1.39
   Repository revision: 1.39    /home/wine/wine/msdos/dpmi.c,v
   Sticky Tag:          (none)
   Sticky Date:         (none)
   Sticky Options:      (none)
 
james[46]%make
gcc -c -I. -I. -I../include -I../include -g -O2 -Wall -fPIC -D__WINE__
-D_REENTRANT -I/usr/X11R6/include
-o dpmi.o dpmi.c
dpmi.c: In function `DPMI_CallRMCBProc':
dpmi.c:255: fixed or forbidden register 3 (bx) was spilled for class
GENERAL_REGS.
This may be due to a compiler bug or to impossible asm
statements or clauses.
make: *** [dpmi.o] Error 1
james[47]%gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
james[48]%                                                

--
James Juran
[EMAIL PROTECTED]

Reply via email to