From 8f4333df30f8b8176f2942bd8ac205eec52c2738 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Tue, 21 Aug 2012 15:50:53 +0200 Subject: [PATCH] right... instead of checking for end_sys_globals twice, maybe ACTUALLY check for end_sys_fields too... --- ir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ } -- 2.39.2