Explorar el Código

* Fix error in EXTDEBUG code

git-svn-id: trunk@20227 -
pierre hace 13 años
padre
commit
19e11f889f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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