From: ceriel Date: Tue, 20 Jan 1987 09:31:31 +0000 (+0000) Subject: Bug fix in translation of "cms" X-Git-Tag: release-5-5~4963 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9f47676fa39587f3a2b21fb392483b1f7eeec007;p=ack.git Bug fix in translation of "cms" --- diff --git a/mach/vax4/cg/table b/mach/vax4/cg/table index 941cf0cf2..daa300392 100644 --- a/mach/vax4/cg/table +++ b/mach/vax4/cg/table @@ -3156,15 +3156,8 @@ cmp | source4 source4 | erase(%[a]) setcc(%[a]) | %[a] | | cms $1==4 | source4 source4 | - allocate(REG={CONST4,0}) - "cmpl\t%[1],%[2]" -#ifdef LOCLABS - "bneq\t1f" - "incl\t%[a]\n1:" -#else - "bneq\t.+4" - "incl\t%[a]" -#endif + allocate(%[1],%[2],REG) + "xorl3\t%[1],%[2],%[a]" setcc(%[a]) erase(%[a]) | %[a] | | cms defined($1) | STACK |