Search
lxdream.org :: lxdream/src/syscall.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/syscall.h
changeset 736:a02d1475ccfd
prev561:533f6b478071
next1014:f5914b2fd0db
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/syscall.h Tue Jan 01 05:08:38 2008 +0000
1.2 +++ b/src/syscall.h Sat Dec 27 02:59:35 2008 +0000
1.3 @@ -16,8 +16,8 @@
1.4 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1.5 * GNU General Public License for more details.
1.6 */
1.7 -#ifndef dream_syscall_H
1.8 -#define dream_syscall_H 1
1.9 +#ifndef lxdream_syscall_H
1.10 +#define lxdream_syscall_H 1
1.11
1.12 #include <stdint.h>
1.13 #include <glib/gtypes.h>
1.14 @@ -74,4 +74,5 @@
1.15 #ifdef __cplusplus
1.16 }
1.17 #endif
1.18 -#endif
1.19 +
1.20 +#endif /* !lxdream_syscall_H */
.