Browse Source

* Fix error in EXTDEBUG code

git-svn-id: trunk@20227 -
pierre 13 years ago
parent
commit
19e11f889f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/mips/cpugas.pas

+ 1 - 1
compiler/mips/cpugas.pas

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