浏览代码

* remove $ifdef extedbug for pic address check

git-svn-id: trunk@9348 -
peter 18 年之前
父节点
当前提交
95772c5cd3
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      compiler/aasmtai.pas

+ 0 - 2
compiler/aasmtai.pas

@@ -1924,12 +1924,10 @@ implementation
             if (ref^.segment<>NR_NO) and (ref^.segment<>NR_DS) then
               segprefix:=ref^.segment;
 {$endif}
-{$ifdef extdebug}
             if (cs_create_pic in current_settings.moduleswitches) and
               assigned(r.symbol) and
               (r.refaddr=addr_no) then
               internalerror(200502052);
-{$endif}
             typ:=top_ref;
             if assigned(add_reg_instruction_hook) then
               begin