From: ceriel Date: Tue, 26 Mar 1991 14:43:06 +0000 (+0000) Subject: Fixed typo X-Git-Tag: release-5-5~1152 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f9f8f931159bd770bafb0f4ad3ba62b21bcc0544;p=ack.git Fixed typo --- diff --git a/mach/i86/ncg/table b/mach/i86/ncg/table index 814070d9e..bfe0ee19b 100644 --- a/mach/i86/ncg/table +++ b/mach/i86/ncg/table @@ -1920,12 +1920,12 @@ with CXREG DXREG ACC kills ALL gen joehoe {label,".cuu"} yields %3 -pat loc loc cii zeq $1==1 $$ $2==2 +pat loc loc cii zeq $1==1 && $2==2 with GENREG gen test %1.1 je {label, $4} -pat loc loc cii zne $1==1 $$ $2==2 +pat loc loc cii zne $1==1 && $2==2 with GENREG gen test %1.1 jne {label, $4}