qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re : [Qemu-devel] [4759] Convert unaligned load/store to TCG.


From: Sylvain Petreolle
Subject: Re : [Qemu-devel] [4759] Convert unaligned load/store to TCG.
Date: Fri, 20 Jun 2008 08:35:06 -0700 (PDT)

Given the fact you removed dyngen defines into configure,
do you still need to include dyngen-exec.h into target-mips/exec.h ?

 
Kind regards,
Sylvain Petreolle (aka Usurp)

Support artists, not multinationals - http://Iwouldntsteal.net
Supportez les artistes, pas les multinationales - http://Iwouldntsteal.net


----- Message d'origine ----
> De : Thiemo Seufer <address@hidden>
> À : address@hidden
> Envoyé le : Vendredi, 20 Juin 2008, 17h12mn 14s
> Objet : [Qemu-devel] [4759] Convert unaligned load/store to TCG.
> 
> Revision: 4759
>           http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4759
> Author:   ths
> Date:     2008-06-20 15:12:14 +0000 (Fri, 20 Jun 2008)
> 
> Log Message:
> -----------
> Convert unaligned load/store to TCG.
> 
> Modified Paths:
> --------------
>     trunk/configure
>     trunk/target-mips/helper.h
>     trunk/target-mips/op.c
>     trunk/target-mips/op_helper.c
>     trunk/target-mips/translate.c
> 
> Modified: trunk/configure
> ===================================================================
> --- trunk/configure    2008-06-20 15:06:42 UTC (rev 4758)
> +++ trunk/configure    2008-06-20 15:12:14 UTC (rev 4759)
> @@ -1280,28 +1280,22 @@
>    ;;
>    mips|mipsel)
>      echo "TARGET_ARCH=mips" >> $config_mak
> -    echo "CONFIG_DYNGEN_OP=yes" >> $config_mak
>      echo "#define TARGET_ARCH \"mips\"" >> $config_h
>      echo "#define TARGET_MIPS 1" >> $config_h
>      echo "#define TARGET_ABI_MIPSO32 1" >> $config_h
> -    echo "#define CONFIG_DYNGEN_OP 1" >> $config_h




reply via email to

[Prev in Thread] Current Thread [Next in Thread]