From owner-cvs-all Wed Apr 4 15:51: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3497C37B720; Wed, 4 Apr 2001 15:50:58 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34Mow375909; Wed, 4 Apr 2001 15:50:58 -0700 (PDT) (envelope-from ken) Message-Id: <200104042250.f34Mow375909@freefall.freebsd.org> From: "Kenneth D. Merry" Date: Wed, 4 Apr 2001 15:50:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx/aicasm aicasm_gram.y X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ken 2001/04/04 15:50:58 PDT Modified files: sys/dev/aic7xxx/aicasm aicasm_gram.y Log: Don't allow immediate values of 0 for operations that can take either an immediate value or the accumulator. 0 is the chip's internal representation for the accumulator, and so 0 is an invalid immediate value when the accumulator can also be specified as an argument. Submitted by: gibbs Revision Changes Path 1.14 +6 -1 src/sys/dev/aic7xxx/aicasm/aicasm_gram.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message