]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Correct variable name for type_storep_instr
authorWolfgang Bumiller <wolfgang.linux@bumiller.com>
Mon, 16 Jul 2012 10:27:58 +0000 (12:27 +0200)
committerWolfgang Bumiller <wolfgang.linux@bumiller.com>
Mon, 16 Jul 2012 10:27:58 +0000 (12:27 +0200)
ir.c

diff --git a/ir.c b/ir.c
index f2c0f14dac64b3d50f9c3d4ec199753d18e5673f..6a6d51a9b65506c5be9719104982ea26e00d839e 100644 (file)
--- 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,