From owner-freebsd-current Mon Jul 22 11: 0:53 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A1CC37B409 for ; Mon, 22 Jul 2002 11:00:47 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 37F0243E65 for ; Mon, 22 Jul 2002 11:00:42 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 53300 invoked by uid 1000); 22 Jul 2002 18:32:13 -0000 Date: Mon, 22 Jul 2002 11:32:13 -0700 (PDT) From: Nate Lawson To: current@freebsd.org Subject: patch for aicasm warning Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This patch should fix the sparc64 tinderbox warning/error. --- aicasm_gram.y.orig Mon Jul 22 10:53:58 2002 +++ aicasm_gram.y Mon Jul 22 10:54:43 2002 @@ -1586,9 +1586,9 @@ } src_mode = dst_value & 0xF; dst_mode = (dst_value >> 4) & 0xF; -cant_update: } +cant_update: symlist_free(&immed->referenced_syms); instruction_ptr++; } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message