This commit is contained in:
Andreas Mohr 1999-03-14 12:18:51 +00:00 committed by Alexandre Julliard
parent a3b7a40f56
commit 8fc73123ce
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ static void DOSMEM_InitDPMI(void)
BIOSDATA * DOSMEM_BiosData()
{
return (BIOSDATA *)DOSMEM_MemoryBase(0)+0x400;
return (BIOSDATA *)(DOSMEM_MemoryBase(0)+0x400);
}
BYTE * DOSMEM_BiosSys()