From d4b2790deb9aa7d445fa7eff854ac99a9dfdacca Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 16 Jul 2012 12:27:58 +0200 Subject: [PATCH] Correct variable name for type_storep_instr --- ir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.2