FpDebug: fix checking for ImageBase (currently not implemented). Issue #0036499

git-svn-id: trunk@62512 -
This commit is contained in:
martin 2020-01-08 16:56:19 +00:00
parent 376bf8fdde
commit e1a09a86f4

View File

@ -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;