mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 22:32:14 +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;
|
U32Value: UInt32;
|
||||||
begin
|
begin
|
||||||
GetIntRegister := GetIntRegister(RegName, U32Value);
|
GetIntRegister := GetIntRegister(RegName, U32Value);
|
||||||
Value := UInt32(U32Value);
|
Value := Int32(U32Value);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TGDBController.BreakpointInsert(const location: string; BreakpointFlags: TBreakpointFlags): LongInt;
|
function TGDBController.BreakpointInsert(const location: string; BreakpointFlags: TBreakpointFlags): LongInt;
|
||||||
|
Loading…
Reference in New Issue
Block a user