mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[FAST486]
In real mode, the value in the IVT is a far pointer, not an IDT entry. Fix the case when MemReadCallback is NULL. svn path=/branches/ntvdm/; revision=60813
This commit is contained in:
@@ -430,7 +430,7 @@ Fast486GetIntVector(PFAST486_STATE State,
|
||||
}
|
||||
else
|
||||
{
|
||||
RtlMoveMemory(IdtEntry,
|
||||
RtlMoveMemory(&FarPointer,
|
||||
(PVOID)(State->Idtr.Address
|
||||
+ Number * sizeof(FarPointer)),
|
||||
sizeof(FarPointer));
|
||||
|
||||
Reference in New Issue
Block a user