diff options
Diffstat (limited to 'src/lj_target_mips.h')
-rw-r--r-- | src/lj_target_mips.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_target_mips.h b/src/lj_target_mips.h index 1b7727d0..4d079eaa 100644 --- a/src/lj_target_mips.h +++ b/src/lj_target_mips.h | |||
@@ -223,6 +223,7 @@ typedef enum MIPSIns { | |||
223 | MIPSI_SUB_D = 0x46200001, | 223 | MIPSI_SUB_D = 0x46200001, |
224 | MIPSI_MUL_D = 0x46200002, | 224 | MIPSI_MUL_D = 0x46200002, |
225 | MIPSI_DIV_D = 0x46200003, | 225 | MIPSI_DIV_D = 0x46200003, |
226 | MIPSI_SQRT_D = 0x46200004, | ||
226 | 227 | ||
227 | MIPSI_ADD_S = 0x46000000, | 228 | MIPSI_ADD_S = 0x46000000, |
228 | MIPSI_SUB_S = 0x46000001, | 229 | MIPSI_SUB_S = 0x46000001, |