From owner-freebsd-java Mon Jun 21 22:55:48 1999 Delivered-To: freebsd-java@freebsd.org Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (Postfix) with ESMTP id C5958151F8 for ; Mon, 21 Jun 1999 22:55:37 -0700 (PDT) (envelope-from java@ak.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.8.8/8.8.8) with UUCP id TAA07130 for java@freebsd.org; Mon, 21 Jun 1999 19:34:14 +0200 (CEST) (envelope-from java@ak.sax.de) Received: (from java@localhost) by ak.sax.de (8.8.8/8.8.8) id RAA00462 for java@freebsd.org; Mon, 21 Jun 1999 17:08:30 +0200 From: Albrecht Kleine Message-Id: <199906211508.RAA00462@ak.sax.de> Subject: Re: TYA mail #2 (fwd) To: java@freebsd.org Date: Mon, 21 Jun 1999 17:08:30 +0200 (MEST) X-Mailer: ELM [version 2.4ME+ PL47 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Status: RO Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Alexander V. Romanyuk and Nicolas Niclausse reminded me of a forgotten underscore needed for a.out systems only. So here goes the patch now for all of you. TNX! TNX! Cheers Albrecht --- tyaasm_FreeBSD.S.orig Mon Jun 21 14:26:00 1999 +++ tyaasm_FreeBSD.S Mon Jun 21 14:18:40 1999 @@ -297,7 +297,7 @@ movl %ebp,%esp // discard caller's C stack frame popl %ebp // for access to stack pointer #endif - call EE + call _EE pushl _StOvExc // params for ExecExcep pushl %eax jmp SEH1 // exc is not catchable inside method To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message