diff options
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-d10v.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/tc-d10v.c b/gas/config/tc-d10v.c index 4a466fd..0de08e9 100644 --- a/gas/config/tc-d10v.c +++ b/gas/config/tc-d10v.c @@ -859,6 +859,9 @@ parallel_ok (op1, insn1, op2, insn2) ins = insn2; } mod[j] = used[j] = 0; + if (op->exec_type & BRANCH_LINK) + mod[j] |= 1 << 13; + for (i = 0; op->operands[i]; i++) { flags = d10v_operands[op->operands[i]].flags; |