Browse Source

* support R_SUBMMX in spilling_create_store, resolves #39672

florian 3 years ago
parent
commit
2f1eb9be18
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/x86/aasmcpu.pas

+ 1 - 0
compiler/x86/aasmcpu.pas

@@ -4891,6 +4891,7 @@ implementation
                   result:=taicpu.op_reg_ref(A_MOVSD,S_NO,r,tmpref);
                 R_SUBMMS:
                   result:=taicpu.op_reg_ref(A_MOVSS,S_NO,r,tmpref);
+                R_SUBMMX,
                 R_SUBQ,
                 R_SUBMMWHOLE:
                   result:=taicpu.op_reg_ref(A_MOVQ,S_NO,r,tmpref);