mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 11:08:00 +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;
|
||||
begin
|
||||
if Count<0 then
|
||||
if Count>0 then
|
||||
result := Items[0].ImageBase
|
||||
else
|
||||
result := 0;
|
||||
|
Loading…
Reference in New Issue
Block a user