Mac OS X fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1242 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
0b74ed78ef
commit
9191d4d19f
@ -209,7 +209,7 @@ extern int __op_param1, __op_param2, __op_param3;
|
|||||||
|
|
||||||
extern int __op_jmp0, __op_jmp1, __op_jmp2, __op_jmp3;
|
extern int __op_jmp0, __op_jmp1, __op_jmp2, __op_jmp3;
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32) || defined(__APPLE__)
|
||||||
#define ASM_NAME(x) "_" #x
|
#define ASM_NAME(x) "_" #x
|
||||||
#else
|
#else
|
||||||
#define ASM_NAME(x) #x
|
#define ASM_NAME(x) #x
|
||||||
|
Loading…
x
Reference in New Issue
Block a user