From d3e02253f48069b3c2e855b77d47845f151ca430 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 20 May 1995 06:44:41 -0400 Subject: [PATCH] (udivmodhi4): Output "divu" instead of "divs". From-SVN: r9752 --- gcc/config/m68k/m68k.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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])) {