From: Wolfgang Bumiller Date: Mon, 16 Jul 2012 10:27:58 +0000 (+0200) Subject: Correct variable name for type_storep_instr X-Git-Tag: 0.1-rc1~442^2 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=d4b2790deb9aa7d445fa7eff854ac99a9dfdacca;hp=478d5ef5ad724923b0bb3f8fe6af9db5c2d5f31c Correct variable name for type_storep_instr --- diff --git a/ir.c b/ir.c index f2c0f14..6a6d51a 100644 --- a/ir.c +++ b/ir.c @@ -59,7 +59,7 @@ uint16_t type_store_instr[TYPE_COUNT] = { INSTR_STORE_V, /* 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,