Date: Mon, 22 Jul 2002 11:32:13 -0700 (PDT) From: Nate Lawson <nate@root.org> To: current@freebsd.org Subject: patch for aicasm warning Message-ID: <Pine.BSF.4.21.0207221131050.53284-100000@root.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0207221131050.53284-100000>