Browse Source

* support OS_32/OS_64 in cgsize2subreg for ARM MM registers to handle
records passed in MM registers

git-svn-id: trunk@41449 -

Jonas Maebe 6 năm trước cách đây
mục cha
commit
7c4e7d6bd3
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      compiler/arm/cpubase.pas

+ 3 - 0
compiler/arm/cpubase.pas

@@ -416,8 +416,11 @@ unit cpubase;
           R_MMREGISTER:
             begin
               case s of
+                { records passed in MM registers }
+                OS_32,
                 OS_F32:
                   cgsize2subreg:=R_SUBFS;
+                OS_64,
                 OS_F64:
                   cgsize2subreg:=R_SUBFD;
                 else