Add use of SD instruction in tcgmips.a_load_reg_ref method

This commit is contained in:
Pierre Muller 2022-02-04 22:51:55 +00:00
parent ed2b73eee6
commit a9c67f22fd

View File

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