Sfoglia il codice sorgente

* another compilation fix

git-svn-id: trunk@38211 -
florian 7 anni fa
parent
commit
efef9125b5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      compiler/aarch64/aasmcpu.pas

+ 1 - 1
compiler/aarch64/aasmcpu.pas

@@ -528,7 +528,7 @@ implementation
       const
         { invalid sizes for aarch64 are 0 }
         subreg2bytesize: array[TSubRegister] of byte =
-          (0,0,0,0,4,8,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,0);
+          (0,0,0,0,4,8,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0);
       var
         scalefactor: byte;
       begin