瀏覽代碼

+ let a_load_loc_reg handle also LOC_*MMREGISTER as we have loadmm_*intreg*

git-svn-id: trunk@37372 -
florian 7 年之前
父節點
當前提交
f0c237a159
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      compiler/cgobj.pas

+ 2 - 0
compiler/cgobj.pas

@@ -1641,6 +1641,8 @@ implementation
             a_load_reg_reg(list,loc.size,tosize,loc.register,reg);
           LOC_CONSTANT:
             a_load_const_reg(list,tosize,loc.value,reg);
+          LOC_MMREGISTER,LOC_CMMREGISTER:
+            a_loadmm_reg_intreg(list,loc.size,tosize,loc.register,reg,mms_movescalar);
           else
             internalerror(200109092);
         end;