mirror of https://github.com/xemu-project/xemu.git
moved ASM_NAME
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1215 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
7c2e623559
commit
839fa98885
|
@ -312,11 +312,9 @@ TranslationBlock *tb_find_pc(unsigned long pc_ptr);
|
||||||
#elif defined(__APPLE__)
|
#elif defined(__APPLE__)
|
||||||
#define ASM_DATA_SECTION ".data\n"
|
#define ASM_DATA_SECTION ".data\n"
|
||||||
#define ASM_PREVIOUS_SECTION ".text\n"
|
#define ASM_PREVIOUS_SECTION ".text\n"
|
||||||
#define ASM_NAME(x) "_" #x
|
|
||||||
#else
|
#else
|
||||||
#define ASM_DATA_SECTION ".section \".data\"\n"
|
#define ASM_DATA_SECTION ".section \".data\"\n"
|
||||||
#define ASM_PREVIOUS_SECTION ".previous\n"
|
#define ASM_PREVIOUS_SECTION ".previous\n"
|
||||||
#define ASM_NAME(x) stringify(x)
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__powerpc__)
|
#if defined(__powerpc__)
|
||||||
|
|
Loading…
Reference in New Issue