From: Wolfgang (Blub) Bumiller Date: Tue, 21 Aug 2012 13:50:53 +0000 (+0200) Subject: right... instead of checking for end_sys_globals twice, maybe ACTUALLY check for... X-Git-Tag: 0.1-rc1~117 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8f4333df30f8b8176f2942bd8ac205eec52c2738;p=xonotic%2Fgmqcc.git right... instead of checking for end_sys_globals twice, maybe ACTUALLY check for end_sys_fields too... --- diff --git a/ir.c b/ir.c index 2261e88..28a81f9 100644 --- a/ir.c +++ b/ir.c @@ -2638,7 +2638,7 @@ static bool ir_builder_gen_global(ir_builder *self, ir_value *global) * should be checksummed and added to progdefs.h when we generate it. */ } - else if (!strcmp(global->name, "end_sys_globals")) { + else if (!strcmp(global->name, "end_sys_fields")) { /* TODO: same as above but for entity-fields rather than globsl */ }