From b781683b71a1fc70c4d925ebe1bc943203dd7419 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 6 Oct 2016 20:41:13 +1030 Subject: Add fall through comment to source in cpu/ I edited opcodes/mep-asm.c in 1a0670f3 without noticing it was a generated file. * mep.opc (expand_string): Add fall through comment. --- cpu/mep.opc | 1 + 1 file changed, 1 insertion(+) (limited to 'cpu/mep.opc') diff --git a/cpu/mep.opc b/cpu/mep.opc index 6b4e9ff..7ed3ea8 100644 --- a/cpu/mep.opc +++ b/cpu/mep.opc @@ -790,6 +790,7 @@ expand_string (const char *in, int first_only) break; case '(': depth++; + /* Fall through. */ default: args[narg].len++; break; -- cgit v1.1