Commit 9191d4d19f5d535542163f31c82987194e014425
1 parent
0b74ed78
Mac OS X fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1242 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
dyngen-exec.h
| @@ -209,7 +209,7 @@ extern int __op_param1, __op_param2, __op_param3; | @@ -209,7 +209,7 @@ extern int __op_param1, __op_param2, __op_param3; | ||
| 209 | 209 | ||
| 210 | extern int __op_jmp0, __op_jmp1, __op_jmp2, __op_jmp3; | 210 | extern int __op_jmp0, __op_jmp1, __op_jmp2, __op_jmp3; |
| 211 | 211 | ||
| 212 | -#if defined(_WIN32) | 212 | +#if defined(_WIN32) || defined(__APPLE__) |
| 213 | #define ASM_NAME(x) "_" #x | 213 | #define ASM_NAME(x) "_" #x |
| 214 | #else | 214 | #else |
| 215 | #define ASM_NAME(x) #x | 215 | #define ASM_NAME(x) #x |