mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 16:39:39 +02:00
* fixed typecast error due to typo after r29795
git-svn-id: trunk@29796 -
This commit is contained in:
parent
0a02da23f4
commit
79118e531f
@ -270,7 +270,7 @@ var
|
||||
U32Value: UInt32;
|
||||
begin
|
||||
GetIntRegister := GetIntRegister(RegName, U32Value);
|
||||
Value := UInt32(U32Value);
|
||||
Value := Int32(U32Value);
|
||||
end;
|
||||
|
||||
function TGDBController.BreakpointInsert(const location: string; BreakpointFlags: TBreakpointFlags): LongInt;
|
||||
|
Loading…
Reference in New Issue
Block a user