Commit 196ddf8a by Richard Stallman

(emit_reload_insns): Cast enum array index to int.

From-SVN: r4026
parent aadcdb45
......@@ -5541,7 +5541,7 @@ emit_reload_insns (insn)
if (new_icode == CODE_FOR_nothing)
new_mode = mode;
else
new_mode = insn_operand_mode[new_icode][2];
new_mode = insn_operand_mode[(int) new_icode][2];
if (GET_MODE (second_reload_reg) != new_mode)
{
......
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