diff --git a/ir.c b/ir.c index 1bf5513..612ce90 100644 --- a/ir.c +++ b/ir.c @@ -64,7 +64,7 @@ uint16_t type_store_instr[TYPE_COUNT] = { INSTR_STORE_M, /* variant, should never be accessed */ }; -uint16_t type_store_instr[TYPE_COUNT] = { +uint16_t type_storep_instr[TYPE_COUNT] = { INSTR_STOREP_F, /* should use I when having integer support */ INSTR_STOREP_S, INSTR_STOREP_F,