Commit 88cb6dd2 by Georg-Johann Lay

* config/avr/avr.c (avr_function_arg_advance): Undo r179037.

From-SVN: r179038
parent 8dab2ba5
......@@ -1819,7 +1819,7 @@ avr_function_arg_advance (cumulative_args_t cum_v, enum machine_mode mode,
for (regno = cum->regno; regno < cum->regno + bytes; regno++)
if (fixed_regs[regno])
warning (0,"Register %s is needed to pass a parameter but is fixed",
error ("Register %s is needed to pass a parameter but is fixed",
reg_names[regno]);
}
......
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