moved ASM_NAME

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1215 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2005-01-10 23:23:48 +00:00
parent 7c2e623559
commit 839fa98885
1 changed files with 0 additions and 2 deletions

View File

@ -312,11 +312,9 @@ TranslationBlock *tb_find_pc(unsigned long pc_ptr);
#elif defined(__APPLE__)
#define ASM_DATA_SECTION ".data\n"
#define ASM_PREVIOUS_SECTION ".text\n"
#define ASM_NAME(x) "_" #x
#else
#define ASM_DATA_SECTION ".section \".data\"\n"
#define ASM_PREVIOUS_SECTION ".previous\n"
#define ASM_NAME(x) stringify(x)
#endif
#if defined(__powerpc__)