From: bellard Date: Mon, 10 Jan 2005 23:23:48 +0000 (+0000) Subject: moved ASM_NAME X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=839fa98885a432aaa4b34a270eda25c7c08522bf;p=qemu.git moved ASM_NAME git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1215 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/exec-all.h b/exec-all.h index 66d4f887d3..0079b6494a 100644 --- a/exec-all.h +++ b/exec-all.h @@ -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__)