浏览代码

* compiling error fixed

git-svn-id: trunk@511 -
florian 20 年之前
父节点
当前提交
fb47b29858
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compiler/arm/cpubase.pas

+ 2 - 2
compiler/arm/cpubase.pas

@@ -413,7 +413,7 @@ unit cpubase;
 
     function reg_cgsize(const reg: tregister): tcgsize;
       const subreg2cgsize:array[Tsubregister] of Tcgsize =
-            (OS_NO,OS_8,OS_8,OS_16,OS_32,OS_64,OS_NO,OS_NO,OS_NO);
+            (OS_NO,OS_8,OS_8,OS_16,OS_32,OS_64,OS_NO,OS_NO,OS_NO,OS_NO,OS_NO);
       begin
         case getregtype(reg) of
           R_INTREGISTER :
@@ -501,7 +501,7 @@ unit cpubase;
       begin
         result := inverse[c];
       end;
-    
+
 
     function conditions_equal(const c1, c2: TAsmCond): boolean; {$ifdef USEINLINE}inline;{$endif USEINLINE}
       begin