Browse Source

Add use of SD instruction in tcgmips.a_load_reg_ref method

Pierre Muller 3 years ago
parent
commit
a9c67f22fd
1 changed files with 3 additions and 0 deletions
  1. 3 0
      compiler/mips/cgcpu.pas

+ 3 - 0
compiler/mips/cgcpu.pas

@@ -481,6 +481,9 @@ begin
     OS_32,
     OS_32,
     OS_S32:
     OS_S32:
       Op := A_SW;
       Op := A_SW;
+    OS_64,
+    OS_S64:
+      Op := A_SD;
     else
     else
       InternalError(2002122100);
       InternalError(2002122100);
   end;
   end;