소스 검색

* 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