Date: Wed, 4 Apr 2001 15:50:58 -0700 (PDT) From: "Kenneth D. Merry" <ken@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx/aicasm aicasm_gram.y Message-ID: <200104042250.f34Mow375909@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104042250.f34Mow375909>