Search
lxdream.org :: lxdream/src/syscall.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/syscall.c
changeset 564:dc7b5ffb0535
prev561:533f6b478071
next1065:bc1cc0c54917
author nkeynes
date Mon Jan 14 10:23:49 2008 +0000 (16 years ago)
branchlxdream-mmu
permissions -rw-r--r--
last change Remove asm file and convert to inline (easier to cope with platform conventions)
Add breakpoint support
Add MMU store-queue support
file annotate diff log raw
1.1 --- a/src/syscall.c Tue Jan 01 05:08:38 2008 +0000
1.2 +++ b/src/syscall.c Mon Jan 14 10:23:49 2008 +0000
1.3 @@ -19,7 +19,7 @@
1.4 #include "dream.h"
1.5 #include "mem.h"
1.6 #include "syscall.h"
1.7 -#include "sh4/sh4core.h"
1.8 +#include "sh4/sh4.h"
1.9
1.10
1.11 struct syscall_hook {
.