浏览代码

Fix msdos failure due to copy/paste error in previous commit

git-svn-id: trunk@37611 -
pierre 7 年之前
父节点
当前提交
c63981e5b5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compiler/cgobj.pas

+ 2 - 2
compiler/cgobj.pas

@@ -2078,8 +2078,8 @@ implementation
               case size of
               case size of
                 OS_S32,OS_32:
                 OS_S32,OS_32:
                   begin
                   begin
-                    a_load_reg_reg(list,OS_8,OS_8,GetNextReg(src),dst);
-                    a_load_const_reg(list,OS_8,0,GetNextReg(dst));
+                    a_load_reg_reg(list,OS_16,OS_16,GetNextReg(src),dst);
+                    a_load_const_reg(list,OS_16,0,GetNextReg(dst));
                     exit;
                     exit;
                   end;
                   end;
               end;
               end;