Search
lxdream.org :: lxdream/src/sh4/sh4trans.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4trans.h
changeset 675:b97020f9af1c
prev669:ab344e42bca9
next707:fb7c8fe2f61c
author nkeynes
date Mon May 26 11:01:42 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change hange 64-bit configuration to use sizeof(void *) rather than the system id
returned by config.guess - config.guess gets it wrong in some situations.
file annotate diff log raw
1.1 --- a/src/sh4/sh4trans.h Mon May 12 10:00:13 2008 +0000
1.2 +++ b/src/sh4/sh4trans.h Mon May 26 11:01:42 2008 +0000
1.3 @@ -99,7 +99,6 @@
1.4 ******************************************************************************/
1.5
1.6 #define TARGET_X86 1
1.7 -#define TARGET_X86_64 2
1.8
1.9 void sh4_translate_init( void );
1.10 void sh4_translate_begin_block( sh4addr_t pc );
.