Pārlūkot izejas kodu

- removed duplicate RS_INVALID declaration (with moreover a different
value than in cgbase)

git-svn-id: trunk@21619 -

Jonas Maebe 13 gadi atpakaļ
vecāks
revīzija
f79aff553e
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  1. 0 3
      compiler/x86/cpubase.pas

+ 0 - 3
compiler/x86/cpubase.pas

@@ -65,9 +65,6 @@ uses
 *****************************************************************************}
 *****************************************************************************}
 
 
    const
    const
-      { Invalid register number }
-      RS_INVALID    = $ff;
-
       { Integer Super registers }
       { Integer Super registers }
       RS_RAX        = $00;      {EAX}
       RS_RAX        = $00;      {EAX}
       RS_RCX        = $01;      {ECX}
       RS_RCX        = $01;      {ECX}