Date: Mon, 21 Jun 1999 17:08:30 +0200 (MEST) From: Albrecht Kleine <java@ak.sax.de> To: java@freebsd.org Subject: Re: TYA mail #2 (fwd) Message-ID: <199906211508.RAA00462@ak.sax.de>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906211508.RAA00462>