* added comment to the endif directive

git-svn-id: trunk@30112 -
This commit is contained in:
nickysn 2015-03-06 20:34:46 +00:00
parent a709a9b637
commit b6ececfca0

View File

@ -546,7 +546,7 @@ const
{ do not open a messagebox for such errors }
Debugger^.got_error:=false;
GetIntRegs:=true;
{$endif}
{$endif not NODEBUG}
end;
constructor TRegistersView.Init(var Bounds: TRect);