Search
lxdream.org :: lxdream/src/main.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/main.c
changeset 1218:be02e87f9f87
prev1201:5502572ce192
next1225:73dd41cb37a8
author nkeynes
date Fri Feb 17 11:52:47 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Remove unusued X11 include from kbd.c
file annotate diff log raw
1.1 --- a/src/main.c Thu Dec 22 18:10:36 2011 +1000
1.2 +++ b/src/main.c Fri Feb 17 11:52:47 2012 +1000
1.3 @@ -359,12 +359,7 @@
1.4 }
1.5
1.6 sh4_set_core( sh4_core );
1.7 -
1.8 -#ifdef SH4_TRANSLATOR
1.9 - if( sh4_core == SH4_TRANSLATE ) {
1.10 - sh4_translate_set_profile_blocks( sh4_profile_blocks );
1.11 - }
1.12 -#endif
1.13 + sh4_set_profile_blocks( sh4_profile_blocks );
1.14
1.15 /* If requested, start the gdb server immediately before we go into the main
1.16 * loop.
.