[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: patch grub EFI setjmp in IA32
From: |
Yoshinori K. Okuji |
Subject: |
Re: patch grub EFI setjmp in IA32 |
Date: |
Fri, 4 Aug 2006 21:24:11 +0200 |
User-agent: |
KMail/1.8.2 |
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