X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=ir.c;fp=ir.c;h=612ce90e1e6400f4582fbcda5231c5641071ca57;hb=abdda3ee1bd5ea8c638877d592bd23ff6653e4b8;hp=1bf5513de82df32c00b76b6bd28495e3c4c48c79;hpb=0d1b790bb1b8668a1e888c4ef4b59dbf0a7822fa;p=xonotic%2Fgmqcc.git 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,