diff options
Diffstat (limited to 'gas/config/tc-i960.c')
-rw-r--r-- | gas/config/tc-i960.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/config/tc-i960.c b/gas/config/tc-i960.c index 5afbb6f..70ac379 100644 --- a/gas/config/tc-i960.c +++ b/gas/config/tc-i960.c @@ -1041,7 +1041,7 @@ parse_memop (memS *memP, /* Where to put the results. */ case I_BIT: /* Treat missing displacement as displacement of 0. */ mode |= D_BIT; - /* Fall into next case. */ + /* Fall through. */ case D_BIT | A_BIT | I_BIT: case D_BIT | I_BIT: /* Set MEMB bit in mode, and OR in mode bits. */ @@ -1676,6 +1676,7 @@ md_assemble (char *textP) mem_fmt (args, oP, 1); break; } + /* Fall through. */ case MEM2: case MEM4: case MEM8: |