From: Richard Kenner Date: Sat, 20 May 1995 10:44:41 +0000 (-0400) Subject: (udivmodhi4): Output "divu" instead of "divs". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d3e02253f48069b3c2e855b77d47845f151ca430;p=gcc.git (udivmodhi4): Output "divu" instead of "divs". From-SVN: r9752 --- diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md index 0021b24f227..14f0ece12cb 100644 --- a/gcc/config/m68k/m68k.md +++ b/gcc/config/m68k/m68k.md @@ -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])) {