浏览代码

* added comment to the endif directive

git-svn-id: trunk@30112 -
nickysn 10 年之前
父节点
当前提交
b6ececfca0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ide/fpregs.pas

+ 1 - 1
ide/fpregs.pas

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