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