On 18/06/2015 11:33, Pavel Dovgaluk wrote:
> > > /* Temporary aliases until backends are converted.  */
> > > #ifdef TARGET_WORDS_BIGENDIAN
> > > # define helper_ret_ldsw_mmu  helper_be_ldsw_mmu
> > > # define helper_ret_lduw_mmu  helper_be_lduw_mmu
> > > # define helper_ret_ldsl_mmu  helper_be_ldsl_mmu
> > > # define helper_ret_ldul_mmu  helper_be_ldul_mmu
> > > # define helper_ret_ldq_mmu   helper_be_ldq_mmu
> > > # define helper_ret_stw_mmu   helper_be_stw_mmu
> > > # define helper_ret_stl_mmu   helper_be_stl_mmu
> > > # define helper_ret_stq_mmu   helper_be_stq_mmu
> > > #else
> > 
> > Isn't this exactly the same as your helper_call_ldw_cmmu?
> 
> Yes, but I can't compile it yet.

I'm not sure what's the problem.  Can you just move this part of
tcg/tcg.h to another header file?

Paolo

Reply via email to