浏览代码

m68k: when calling g_concatcopy for para copy, still only copy cgpara.intsize amount of bytes

git-svn-id: trunk@36603 -
Károly Balogh 8 年之前
父节点
当前提交
d5e1b391f9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/m68k/cgcpu.pas

+ 1 - 1
compiler/m68k/cgcpu.pas

@@ -385,7 +385,7 @@ unit cgcpu;
                 len:=align(cgpara.intsize,cgpara.alignment);
                 g_stackpointer_alloc(list,len);
                 reference_reset_base(href,NR_STACK_POINTER_REG,0,cgpara.alignment,[]);
-                g_concatcopy(list,r,href,len);
+                g_concatcopy(list,r,href,cgpara.intsize);
               end
             else
               begin