diff options
Diffstat (limited to 'binutils/sysinfo.y')
-rw-r--r-- | binutils/sysinfo.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/sysinfo.y b/binutils/sysinfo.y index 9df3cb3..10fb49a 100644 --- a/binutils/sysinfo.y +++ b/binutils/sysinfo.y @@ -153,9 +153,8 @@ it: break; case 'g': printf("\tchecksum(ffile,raw, idx, IT_%s_CODE);\n", it); - + /* Fall through. */ case 'i': - case 'o': case 'c': printf("}\n"); @@ -182,6 +181,7 @@ repeat_it_field: '(' REPEAT NAME printf("\tprintf(\"repeat %%d\\n\", %s);\n",$3); if (rdepth==2) printf("\tprintf(\"repeat %%d\\n\", %s[n]);\n",$3); + /* Fall through. */ case 'i': case 'g': case 'o': |