Search
lxdream.org :: lxdream/src/sh4/sh4x86.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4x86.c
changeset 675:b97020f9af1c
prev673:44c579439d73
next732:f05753bbe723
author nkeynes
date Wed Jun 25 10:39:05 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Remove superfluous call to gdrom_get_native_devices()
file annotate diff log raw
1.1 --- a/src/sh4/sh4x86.c Sun May 25 21:01:55 2008 +0000
1.2 +++ b/src/sh4/sh4x86.c Wed Jun 25 10:39:05 2008 +0000
1.3 @@ -293,9 +293,9 @@
1.4 #define SLOTILLEGAL() JMP_exc(EXC_SLOT_ILLEGAL); sh4_x86.in_delay_slot = DELAY_NONE; return 1;
1.5
1.6 /****** Import appropriate calling conventions ******/
1.7 -#if SH4_TRANSLATOR == TARGET_X86_64
1.8 +#if SIZEOF_VOID_P == 8
1.9 #include "sh4/ia64abi.h"
1.10 -#else /* SH4_TRANSLATOR == TARGET_X86 */
1.11 +#else /* 32-bit system */
1.12 #ifdef APPLE_BUILD
1.13 #include "sh4/ia32mac.h"
1.14 #else
.