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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to