Debugger: fix compile after r60049 #52e85d555e "keep register-names in register window, while debugger is running" Issue #0034844

git-svn-id: trunk@60052 -
This commit is contained in:
martin 2019-01-10 12:29:18 +00:00
parent b7540d316c
commit 4014c0f4fd

View File

@ -397,7 +397,7 @@ begin
Reg := GetCurrentRegisters;
if (Reg = nil) or (reg.DataValidity<> ddsValid) then begin
if (DebugBoss.Debugger = nil) or not (DebugBoss.State in [dsPause, dsInternalPause, dsRun]) then
if (DebugBoss = nil) or not (DebugBoss.State in [dsPause, dsInternalPause, dsRun]) then
lvRegisters.Items.Clear;
if (reg <> nil) then