Преглед изворни кода

* also synchronise FPU and MM CREGISTERS at the end of procedures

git-svn-id: trunk@2178 -
Jonas Maebe пре 19 година
родитељ
комит
fe71df8928
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      compiler/ncgutil.pas

+ 3 - 0
compiler/ncgutil.pas

@@ -2125,6 +2125,9 @@ implementation
                         else
 {$endif cpu64bit}
                           cg.a_reg_sync(list,localloc.register);
+                      LOC_CFPUREGISTER,
+                      LOC_CMMREGISTER:
+                        cg.a_reg_sync(list,localloc.register);
                       LOC_REFERENCE :
                         begin
                           case st.symtabletype of