Commit 839fa98885a432aaa4b34a270eda25c7c08522bf

Authored by bellard
1 parent 7c2e6235

moved ASM_NAME


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1215 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 2 deletions
exec-all.h
@@ -312,11 +312,9 @@ TranslationBlock *tb_find_pc(unsigned long pc_ptr); @@ -312,11 +312,9 @@ TranslationBlock *tb_find_pc(unsigned long pc_ptr);
312 #elif defined(__APPLE__) 312 #elif defined(__APPLE__)
313 #define ASM_DATA_SECTION ".data\n" 313 #define ASM_DATA_SECTION ".data\n"
314 #define ASM_PREVIOUS_SECTION ".text\n" 314 #define ASM_PREVIOUS_SECTION ".text\n"
315 -#define ASM_NAME(x) "_" #x  
316 #else 315 #else
317 #define ASM_DATA_SECTION ".section \".data\"\n" 316 #define ASM_DATA_SECTION ".section \".data\"\n"
318 #define ASM_PREVIOUS_SECTION ".previous\n" 317 #define ASM_PREVIOUS_SECTION ".previous\n"
319 -#define ASM_NAME(x) stringify(x)  
320 #endif 318 #endif
321 319
322 #if defined(__powerpc__) 320 #if defined(__powerpc__)