fix fp(x) changing in 32-bit targets with the VEH debugger

This commit is contained in:
Dark Byte 2020-02-04 10:55:00 +01:00
parent 5a00dfade5
commit 45c5434a14

View File

@ -207,8 +207,7 @@ begin
c32.SegSs:=lpcontext.SegSs;
CopyMemory(@c32.ext, @lpContext.fltsave,sizeof(c32.ext));
CopyMemory(@c32.FloatSave.RegisterArea[0], @lpContext.fltsave.FloatRegisters[0], 10*8);
end else c^:=lpContext;
// end;// else lpContext:=c^;