Search
lxdream.org :: lxdream/src/lxdream.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/lxdream.h
changeset 909:b4a21af8ce8c
prev905:4c17ebd9ef5e
next939:6f2302afeb89
author nkeynes
date Sat Dec 27 02:59:35 2008 +0000 (15 years ago)
branchlxdream-mem
permissions -rw-r--r--
last change Replace fpscr_mask/fpscr flags in xlat_cache_block with a single xlat_sh4_mode,
which tracks the field of the same name in sh4r - actually a little faster this way.
Now depends on SR.MD, FPSCR.PR and FPSCR.SZ (although it doesn't benefit from the SR
flag yet).

Also fixed the failure to check the flags in the common case (code address returned
by previous block) which took away the performance benefits, but oh well.
file annotate diff log raw
1.1 --- a/src/lxdream.h Wed Oct 29 23:51:58 2008 +0000
1.2 +++ b/src/lxdream.h Sat Dec 27 02:59:35 2008 +0000
1.3 @@ -91,11 +91,6 @@
1.4 const char *get_sysconf_path();
1.5 const char *get_locale_path();
1.6
1.7 -/* Use fast (regparam) calling conventions for core code - for now just turn it
1.8 - * on always, but define the macro in case we need to remove it for some platforms
1.9 - */
1.10 -#define HAVE_FASTCALL 1
1.11 -
1.12 #ifdef HAVE_FASTCALL
1.13 #define FASTCALL __attribute__((regparm(3)))
1.14 #else
.