瀏覽代碼

* Fix error in EXTDEBUG code

git-svn-id: trunk@20227 -
pierre 13 年之前
父節點
當前提交
19e11f889f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/mips/cpugas.pas

+ 1 - 1
compiler/mips/cpugas.pas

@@ -83,7 +83,7 @@ unit cpugas;
           begin
       {$ifdef extdebug}
             if assigned(symbol) and
-              not(refaddr in [addr_pic,addr_lo]) then
+              not(refaddr in [addr_pic,addr_low]) then
               internalerror(2003052601);
       {$endif extdebug}
             if base <> NR_NO then