Commit 8fc73123 authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

Bug fix.

parent a3b7a40f
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment