mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 22:19:40 +02:00
FpDebug: fix checking for ImageBase (currently not implemented). Issue #0036499
git-svn-id: trunk@62512 -
This commit is contained in:
parent
376bf8fdde
commit
e1a09a86f4
@ -136,7 +136,7 @@ end;
|
|||||||
|
|
||||||
function TDbgImageLoaderList.GetImageBase: QWord;
|
function TDbgImageLoaderList.GetImageBase: QWord;
|
||||||
begin
|
begin
|
||||||
if Count<0 then
|
if Count>0 then
|
||||||
result := Items[0].ImageBase
|
result := Items[0].ImageBase
|
||||||
else
|
else
|
||||||
result := 0;
|
result := 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user