Commit 84fcbe0a by Stephane Carrez Committed by Stephane Carrez

* config/m68hc11/m68hc11.md ("call_value"): Fix trap check.

From-SVN: r64687
parent 639a8102
2003-03-22 Stephane Carrez <stcarrez@nerim.fr>
* config/m68hc11/m68hc11.md ("call_value"): Fix trap check.
2003-03-22 Stephane Carrez <stcarrez@nerim.fr>
* config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in
writing .interrupt command.
* config/m68hc11/m68hc11.md ("call"): Look at the symbol to see
......
......@@ -6422,7 +6422,7 @@
output_asm_insn (\"call\\t%1\", operands);
return \"\";
}
if (m68hc11_is_trap_symbol (operands[0]))
if (m68hc11_is_trap_symbol (operands[1]))
return \"swi\";
else
return \"bsr\\t%1\";
......
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