Commit 0d69ab6f by Richard Stallman

(emit_stack_save): Cast enum array index to int.

From-SVN: r5717
parent a5da0afe
......@@ -732,7 +732,7 @@ emit_stack_save (save_level, psave, after)
if (HAVE_save_stack_nonlocal)
{
fcn = gen_save_stack_nonlocal;
mode = insn_operand_mode[CODE_FOR_save_stack_nonlocal][0];
mode = insn_operand_mode[(int) CODE_FOR_save_stack_nonlocal][0];
}
break;
#endif
......
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