diff options
Diffstat (limited to 'gas/config/tc-xstormy16.c')
-rw-r--r-- | gas/config/tc-xstormy16.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/config/tc-xstormy16.c b/gas/config/tc-xstormy16.c index 887160d..ca6793e 100644 --- a/gas/config/tc-xstormy16.c +++ b/gas/config/tc-xstormy16.c @@ -382,6 +382,7 @@ md_cgen_lookup_reloc (const CGEN_INSN * insn ATTRIBUTE_UNUSED, case XSTORMY16_OPERAND_REL8_4: fixP->fx_addnumber -= 2; + /* Fall through. */ case XSTORMY16_OPERAND_REL8_2: fixP->fx_addnumber -= 2; fixP->fx_pcrel = 1; @@ -389,7 +390,7 @@ md_cgen_lookup_reloc (const CGEN_INSN * insn ATTRIBUTE_UNUSED, case XSTORMY16_OPERAND_REL12: fixP->fx_where += 2; - /* Fall through... */ + /* Fall through. */ case XSTORMY16_OPERAND_REL12A: fixP->fx_addnumber -= 2; fixP->fx_pcrel = 1; |