From: Christoph Mallon Date: Mon, 21 Sep 2009 08:55:30 +0000 (+0000) Subject: s#/*fallthrough*/#/* FALLTHROUGH */# so lint is happy. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=bcd5e75ee5354d079e6d4d8679e9d41ae6e1c262;p=libfirm s#/*fallthrough*/#/* FALLTHROUGH */# so lint is happy. [r26556] --- diff --git a/ir/be/ia32/ia32_emitter.c b/ir/be/ia32/ia32_emitter.c index 7f4ee33c0..56119412d 100644 --- a/ir/be/ia32/ia32_emitter.c +++ b/ir/be/ia32/ia32_emitter.c @@ -2542,7 +2542,7 @@ static void bemit_binop_2(const ir_node *node, unsigned code) switch (am_type) { case ia32_AddrModeS: d = 2; - /*fallthrough*/ + /* FALLTHROUGH */ case ia32_AddrModeD: bemit8(code | d); bemit_mod_am(reg_gp_map[out->index], node);