Add fall through comment to source in cpu/
authorAlan Modra <amodra@gmail.com>
Thu, 6 Oct 2016 10:11:13 +0000 (20:41 +1030)
committerAlan Modra <amodra@gmail.com>
Thu, 6 Oct 2016 12:18:37 +0000 (22:48 +1030)
I edited opcodes/mep-asm.c in 1a0670f3 without noticing it was a
generated file.

* mep.opc (expand_string): Add fall through comment.

cpu/ChangeLog
cpu/mep.opc

index e62e29f..47c86a9 100644 (file)
@@ -1,3 +1,7 @@
+2016-10-06  Alan Modra  <amodra@gmail.com>
+
+       * mep.opc (expand_string): Add fall through comment.
+
 2016-03-03  Alan Modra  <amodra@gmail.com>
 
        * fr30.cpu (f-m4): Replace bogus comment with a better guess
index 6b4e9ff..7ed3ea8 100644 (file)
@@ -790,6 +790,7 @@ expand_string (const char *in, int first_only)
                  break;
                case '(':
                  depth++;
+                 /* Fall through.  */
                default:
                  args[narg].len++;
                  break;