Hi,
        
this patch fixes an actual bug.
Please merge it (unlike the previous one for control flow resolving,
which I intended to mark as RFC).

Control flow resolving works for SubstringTest, but I prefer to send it 
once it's done.

        
        On Tue, Jul 21, 2009 at 11:32:50AM +0200, Arthur Huillet wrote:
> Signed-off-by: Arthur Huillet <arthur.huil...@free.fr>
> ---
>  arch/x86/registers_32.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/x86/registers_32.c b/arch/x86/registers_32.c
> index ecce9df..463572b 100644
> --- a/arch/x86/registers_32.c
> +++ b/arch/x86/registers_32.c
> @@ -34,6 +34,8 @@ static enum machine_reg_type register_types[] = {
>       [REG_EDX] = REG_TYPE_GPR,
>       [REG_EDI] = REG_TYPE_GPR,
>       [REG_ESI] = REG_TYPE_GPR,
> +     [REG_ESP] = REG_TYPE_GPR,
> +     [REG_EBP] = REG_TYPE_GPR,
>  
>       [REG_XMM0] = REG_TYPE_FPU,
>       [REG_XMM1] = REG_TYPE_FPU,
> -- 
> 1.5.6.3
> 
> 

-- 
Greetings, 
A. Huillet

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to