Remove line copied from old vm86 code that shouldn't be there.
This commit is contained in:
@@ -235,7 +235,6 @@ bios_prepare(bios_state** _state)
|
|||||||
(void*)state->mapped_address, kTotalSize);
|
(void*)state->mapped_address, kTotalSize);
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
*((uint32 *)state->mapped_address) = 0xdeadbeef;
|
|
||||||
|
|
||||||
// Map the extended BIOS data area and VGA memory.
|
// Map the extended BIOS data area and VGA memory.
|
||||||
void* address = (void*)(state->mapped_address + kEBDABase);
|
void* address = (void*)(state->mapped_address + kEBDABase);
|
||||||
|
|||||||
Reference in New Issue
Block a user