aboutsummaryrefslogtreecommitdiff
path: root/cpu/mep.opc
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2016-10-06 20:41:13 +1030
committerAlan Modra <amodra@gmail.com>2016-10-06 22:48:37 +1030
commitb781683b71a1fc70c4d925ebe1bc943203dd7419 (patch)
tree214db93d38a00fd70a1085dbdf150f4cf8f3d55c /cpu/mep.opc
parentc25aa1e114af2be29bb8b69641673ec2baa8c6bd (diff)
downloadgdb-b781683b71a1fc70c4d925ebe1bc943203dd7419.zip
gdb-b781683b71a1fc70c4d925ebe1bc943203dd7419.tar.gz
gdb-b781683b71a1fc70c4d925ebe1bc943203dd7419.tar.bz2
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.
Diffstat (limited to 'cpu/mep.opc')
-rw-r--r--cpu/mep.opc1
1 files changed, 1 insertions, 0 deletions
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;