Revision 65850a02 tcg/sparc/tcg-target.c

b/tcg/sparc/tcg-target.c
725 725
#define TARGET_LD_OP LDX
726 726
#endif
727 727

  
728
#if defined(CONFIG_SOFTMMU)
728 729
#if TARGET_PHYS_ADDR_BITS == 32
729 730
#define TARGET_ADDEND_LD_OP LDUW
730 731
#else
731 732
#define TARGET_ADDEND_LD_OP LDX
732 733
#endif
734
#else
735
#if TARGET_ABI_BITS == 32
736
#define TARGET_ADDEND_LD_OP LDUW
737
#else
738
#define TARGET_ADDEND_LD_OP LDX
739
#endif
740
#endif
733 741

  
734 742
#ifdef __arch64__
735 743
#define HOST_LD_OP LDX

Also available in: Unified diff