diff options
Diffstat (limited to 'libcpu')
| -rw-r--r-- | libcpu/ChangeLog | 6 | ||||
| -rw-r--r-- | libcpu/i386_disasm.c | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libcpu/ChangeLog b/libcpu/ChangeLog index fff1d96a..79110c22 100644 --- a/libcpu/ChangeLog +++ b/libcpu/ChangeLog @@ -1,4 +1,8 @@ -2015-10-11 Akihiko Odaki <[email protected]> +2016-11-02 Mark Wielaard <[email protected]> + + * i386_disasm.c (i386_disasm): Add fallthrough comment. + +2016-10-11 Akihiko Odaki <[email protected]> * i386_lex.l: Remove system.h include, add libeu.h include. * i386_parse.y: Remove sys/param.h include, add libeu.h include. diff --git a/libcpu/i386_disasm.c b/libcpu/i386_disasm.c index 699dd619..831afbe2 100644 --- a/libcpu/i386_disasm.c +++ b/libcpu/i386_disasm.c @@ -819,7 +819,7 @@ i386_disasm (Ebl *ebl __attribute__((unused)), ++param_start; break; } - + /* Fallthrough */ default: assert (! "INVALID not handled"); } |
