sim-card
/
qemu
Archived
10
0
Fork 0

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:
bellard 2005-01-26 21:30:57 +00:00
parent 0b74ed78ef
commit 9191d4d19f
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ extern int __op_param1, __op_param2, __op_param3;
extern int __op_jmp0, __op_jmp1, __op_jmp2, __op_jmp3;
#if defined(_WIN32)
#if defined(_WIN32) || defined(__APPLE__)
#define ASM_NAME(x) "_" #x
#else
#define ASM_NAME(x) #x