(udivmodhi4): Output "divu" instead of "divs".

From-SVN: r9752
This commit is contained in:
Richard Kenner 1995-05-20 06:44:41 -04:00
parent 1b69b5c587
commit d3e02253f4
1 changed files with 2 additions and 2 deletions

View File

@ -3442,9 +3442,9 @@
"*
{
#ifdef MOTOROLA
output_asm_insn(\"and%.l %#0xFFFF,%0\;divs%.w %2,%0\", operands);
output_asm_insn(\"and%.l %#0xFFFF,%0\;divu%.w %2,%0\", operands);
#else
output_asm_insn(\"and%.l %#0xFFFF,%0\;divs %2,%0\", operands);
output_asm_insn(\"and%.l %#0xFFFF,%0\;divu %2,%0\", operands);
#endif
if (!find_reg_note(insn, REG_UNUSED, operands[3]))
{