소스 검색

* fixed compilation

git-svn-id: branches/fixes_2_0@4210 -
Jonas Maebe 19 년 전
부모
커밋
b9e5657e82
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/ncgld.pas

+ 1 - 1
compiler/ncgld.pas

@@ -867,7 +867,7 @@ implementation
                  case hp.left.location.loc of
                    LOC_MMREGISTER,
                    LOC_CMMREGISTER:
-                     cg.a_loadmm_reg_ref(current_asmdata.CurrAsmList,hp.left.location.size,hp.left.location.size,
+                     cg.a_loadmm_reg_ref(exprasmlist,hp.left.location.size,hp.left.location.size,
                        hp.left.location.register,href,mms_movescalar);
                    LOC_FPUREGISTER,
                    LOC_CFPUREGISTER :