diff options
| author | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-11-10 14:15:55 +0000 |
|---|---|---|
| committer | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-11-10 14:15:55 +0000 |
| commit | 23d402a40cee31aa8d78f8cb5907c9743064bd2e (patch) | |
| tree | 5940b658d9461d7f44092da8a75830281b578094 /libpcsxcore | |
| parent | 35c4162f34365f124d8fdf4aefbb639d8af11783 (diff) | |
| download | pcsxr-23d402a40cee31aa8d78f8cb5907c9743064bd2e.tar.gz | |
ir3000a.c
- add missing return to recsw
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59388 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
| -rw-r--r-- | libpcsxcore/ix86/iR3000A.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libpcsxcore/ix86/iR3000A.c b/libpcsxcore/ix86/iR3000A.c index f803bd21..47915d98 100644 --- a/libpcsxcore/ix86/iR3000A.c +++ b/libpcsxcore/ix86/iR3000A.c @@ -1920,7 +1920,8 @@ static void recSW() { CALL32M((u32)&GPU_writeStatus); #ifndef __WIN32__ resp+= 4; -#endif +#endif
+ return; } } // SysPrintf("unhandled w32 %x\n", addr); |
