fix fp(x) changing in 32-bit targets with the VEH debugger
This commit is contained in:
parent
5a00dfade5
commit
45c5434a14
@ -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^;
|
||||
|
Loading…
Reference in New Issue
Block a user