From 974efc86618cd2640d5273d67f6059f3804092fc Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Fri, 14 Nov 2008 12:36:23 +0000 Subject: [PATCH] missing break [r23649] --- ast2firm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ast2firm.c b/ast2firm.c index 459be89..09d7592 100644 --- a/ast2firm.c +++ b/ast2firm.c @@ -5423,6 +5423,7 @@ void init_ast2firm(void) switch (firm_opt.os_support) { case OS_SUPPORT_MINGW: create_ld_ident = create_ld_ident_win32; + break; case OS_SUPPORT_LINUX: create_ld_ident = create_ld_ident_linux_elf; break; -- 2.20.1