mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-23 12:09:49 +00:00
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.
This commit is contained in:
parent
c25aa1e114
commit
b781683b71
@ -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>
|
2016-03-03 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* fr30.cpu (f-m4): Replace bogus comment with a better guess
|
* fr30.cpu (f-m4): Replace bogus comment with a better guess
|
||||||
|
@ -790,6 +790,7 @@ expand_string (const char *in, int first_only)
|
|||||||
break;
|
break;
|
||||||
case '(':
|
case '(':
|
||||||
depth++;
|
depth++;
|
||||||
|
/* Fall through. */
|
||||||
default:
|
default:
|
||||||
args[narg].len++;
|
args[narg].len++;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user