Explorar el Código

* fixed NR_INVALID declaration

git-svn-id: trunk@42274 -
Jonas Maebe hace 6 años
padre
commit
b1a41aa5b8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/cgbase.pas

+ 1 - 1
compiler/cgbase.pas

@@ -329,7 +329,7 @@ interface
 
        { Invalid register number }
        RS_INVALID    = high(tsuperregister);
-       NR_INVALID    = tregister($fffffffff);
+       NR_INVALID    = tregister($ffffffff);
 
        tcgsize2size : Array[tcgsize] of integer =
         (0,