Commit 923f7cf9 by Joern Rennecke

Fix typo in this patch:

        * final.c (insn_current_reference_address):
        Use SEQ instead of BRANCH as argument to align_fuzz, to get a
        proper alignment chain.

From-SVN: r18397
parent e2faec75
...@@ -903,7 +903,7 @@ insn_current_reference_address (branch) ...@@ -903,7 +903,7 @@ insn_current_reference_address (branch)
{ {
/* Backward branch. */ /* Backward branch. */
return (insn_current_address return (insn_current_address
+ align_fuzz (seq, branch, length_unit_log, ~0)); + align_fuzz (dest, seq, length_unit_log, ~0));
} }
} }
#endif /* HAVE_ATTR_length */ #endif /* HAVE_ATTR_length */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment