Search
lxdream.org :: lxdream/src/sh4/sh4trans.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4trans.c
changeset 669:ab344e42bca9
prev619:0800a0137472
next711:4f0ba72e58fe
author nkeynes
date Mon May 12 10:00:13 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Cleanup most of the -Wall warnings (getting a bit sloppy...)
Convert FP code to use fixed banks rather than indirect pointer
(3-4% faster this way now)
file annotate diff log raw
1.1 --- a/src/sh4/sh4trans.c Wed Jan 30 09:38:24 2008 +0000
1.2 +++ b/src/sh4/sh4trans.c Mon May 12 10:00:13 2008 +0000
1.3 @@ -21,6 +21,7 @@
1.4 #include "eventq.h"
1.5 #include "syscall.h"
1.6 #include "clock.h"
1.7 +#include "dreamcast.h"
1.8 #include "sh4/sh4core.h"
1.9 #include "sh4/sh4trans.h"
1.10 #include "sh4/xltcache.h"
1.11 @@ -90,7 +91,6 @@
1.12 code = sh4_translate_basic_block( sh4r.pc );
1.13 }
1.14 }
1.15 - uint32_t oldpc = sh4r.pc;
1.16 code = code();
1.17 }
1.18
.