Browse Source

* fixed NR_INVALID declaration

git-svn-id: trunk@42274 -
Jonas Maebe 6 years ago
parent
commit
b1a41aa5b8
1 changed files with 1 additions and 1 deletions
  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,