From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G95HM-0007vv-5n for mharc-grub-devel@gnu.org; Fri, 04 Aug 2006 15:24:16 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G95HK-0007v5-OH for grub-devel@gnu.org; Fri, 04 Aug 2006 15:24:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G95HI-0007t1-35 for grub-devel@gnu.org; Fri, 04 Aug 2006 15:24:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G95HH-0007sy-UX for grub-devel@gnu.org; Fri, 04 Aug 2006 15:24:11 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G95Ku-0006JK-Lr for grub-devel@gnu.org; Fri, 04 Aug 2006 15:27:56 -0400 Received: from kotoba.oasis.nexedi.com (kotoba.oasis.nexedi.com [212.85.152.101]) by kotoba.storever.com (Postfix) with ESMTP id 8646D3C00070A for ; Fri, 4 Aug 2006 23:27:05 +0200 (CEST) Received: from [??1] (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 97CE83C000705 for ; Fri, 4 Aug 2006 23:27:04 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Fri, 4 Aug 2006 21:24:11 +0200 User-Agent: KMail/1.8.2 References: <44D1685F.3020907@intel.com> In-Reply-To: <44D1685F.3020907@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608042124.11363.okuji@enbug.org> X-Bogosity: No, tests=bogofilter, spamicity=0.305543, version=0.17.2 Subject: Re: patch grub EFI setjmp in IA32 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Aug 2006 19:24:15 -0000 On Thursday 03 August 2006 05:07, bibo,mao wrote: > In IA32 application function parameter is passed on stack but not > register, on grub_setjmp funciton, env is pushed on stack, but not eax > register.Caller is responsible to push parameter on the stack and after > function call pop the stack. I fixed this differently, as I didn't want to break the i386-pc port. Thanks, Okuji