On Thu, 27 Jul 2000, James Juran wrote:
> > diff -u -r1.39 dpmi.c
> > --- wine/msdos/dpmi.c 2000/07/26 18:04:54 1.39
> > +++ wine/msdos/dpmi.c 2000/07/27 23:23:11
> > @@ -183,6 +181,66 @@
> [...]
> > INT_SetRealModeContext((REALMODECALL *)PTR_SEG_OFF_TO_LIN(
>rmcb->regs_sel, rmcb->regs_ofs ), context);
> > - ss = SELECTOR_AllocBlock( DOSMEM_MemoryBase(0) +
>(DWORD)(SS_reg(context)<<4), 0x10000, SEGMENT_DATA, FALSE, FALSE );
> > + ss = SELECTOR_AllocBlock( DOSMEM_MemoryBase() +
>(DWORD)(SS_reg(context)<<4), 0x10000, SEGMENT_DATA, FALSE, FALSE );
> > + esp = ESP_reg(context);
>
> This compiles for me if I put the 0 back as the argument for
> DOSMEM_MemoryBase() above (line 263). I'm assuming this change was
> unintentional.
Yes, forgot to edit that change away this time. Alexandre, if you could
just fix that when applying the patch...