Commit 2b1e2382 by Mark Mitchell Committed by Mark Mitchell

* except.c (remove_fixup_regions): Fix typo.

From-SVN: r44727
parent 0ca179b2
2001-08-08 Mark Mitchell <mark@codesourcery.com>
* except.c (remove_fixup_regions): Fix typo.
2001-08-08 Jan van Male <jan.vanmale@fenk.wau.nl>
* emit-rtl.c (adjust_address, adjust_address_nv): Cast offset to
......
......@@ -1129,7 +1129,7 @@ remove_fixup_regions ()
&& fixup->type == ERT_FIXUP)
{
if (fixup->u.fixup.real_region)
XEXP (note, 1) = GEN_INT (fixup->u.fixup.real_region->region_number);
XEXP (note, 0) = GEN_INT (fixup->u.fixup.real_region->region_number);
else
remove_note (insn, note);
}
......
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