mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 11:19:23 +02:00
LazDebugger: Fix compilation of fpgdbmidebugger.pp in win64. Issue #27097, patch from ocean.
git-svn-id: trunk@47035 -
This commit is contained in:
parent
8e7bbbd8f9
commit
00dd928674
@ -368,7 +368,7 @@ end;
|
|||||||
function TFpGDBMIAndWin32DbgMemReader.ReadMemory(AnAddress: TDbgPtr;
|
function TFpGDBMIAndWin32DbgMemReader.ReadMemory(AnAddress: TDbgPtr;
|
||||||
ASize: Cardinal; ADest: Pointer): Boolean;
|
ASize: Cardinal; ADest: Pointer): Boolean;
|
||||||
var
|
var
|
||||||
BytesRead: Cardinal;
|
BytesRead: SizeUInt;
|
||||||
begin
|
begin
|
||||||
{$IFdef MSWindows}
|
{$IFdef MSWindows}
|
||||||
Result := ReadProcessMemory(
|
Result := ReadProcessMemory(
|
||||||
|
Loading…
Reference in New Issue
Block a user