diff options
Diffstat (limited to 'gas/config/tc-vax.c')
-rw-r--r-- | gas/config/tc-vax.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-vax.c b/gas/config/tc-vax.c index b85b5bb..e358c84 100644 --- a/gas/config/tc-vax.c +++ b/gas/config/tc-vax.c @@ -1796,8 +1796,10 @@ vip_op (char *optext, struct vop *vopP) { case 'l': mode += 2; + /* Fall through. */ case 'w': mode += 2; + /* Fall through. */ case ' ': /* Assumed B^ until our caller changes it. */ case 'b': break; |