From owner-cvs-all Tue Mar 19 3: 9:31 2002 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 4AF3337B402; Tue, 19 Mar 2002 03:09:25 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2JB9PR47445; Tue, 19 Mar 2002 03:09:25 -0800 (PST) (envelope-from peter) Message-Id: <200203191109.g2JB9PR47445@freefall.freebsd.org> From: Peter Wemm Date: Tue, 19 Mar 2002 03:09:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 db_disasm.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/03/19 03:09:25 PST Modified files: sys/ia64/ia64 db_disasm.c Log: Work around an apparent compiler bug with gcc-3.1, although it might be a language feature that I do not know about. gcc is complaining about a left shift >= sizeof type, even when shifting a (cast) 64 bit type left by 43 bits. Revision Changes Path 1.8 +5 -2 src/sys/ia64/ia64/db_disasm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message