Search
lxdream.org :: lxdream/src/syscall.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/syscall.c
changeset 586:2a3ba82cf243
prev102:844a3f2a76ff
next669:ab344e42bca9
author nkeynes
date Fri Feb 08 00:59:15 2008 +0000 (16 years ago)
permissions -rw-r--r--
last change Fix premature deletion of the old device when changing devices
file annotate diff log raw
1.1 --- a/src/syscall.c Mon Mar 13 12:38:39 2006 +0000
1.2 +++ b/src/syscall.c Fri Feb 08 00:59:15 2008 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: syscall.c,v 1.1 2006-03-13 12:38:34 nkeynes Exp $
1.6 + * $Id$
1.7 *
1.8 * Routines to add hook functions that are callable from the SH4
1.9 *
1.10 @@ -19,7 +19,7 @@
1.11 #include "dream.h"
1.12 #include "mem.h"
1.13 #include "syscall.h"
1.14 -#include "sh4/sh4core.h"
1.15 +#include "sh4/sh4.h"
1.16
1.17
1.18 struct syscall_hook {
.