Add fall through comment to source in cpu/

Alan Modra amodra@gmail.com
Thu Oct 6 12:25:00 GMT 2016


I edited opcodes/mep-asm.c in 1a0670f3 without noticing it was a
generated file.

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

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;		  

-- 
Alan Modra
Australia Development Lab, IBM



More information about the Binutils mailing list