Search
lxdream.org :: lxdream/src/syscall.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/syscall.h
changeset 1014:f5914b2fd0db
prev736:a02d1475ccfd
next1100:50e702af9373
author nkeynes
date Fri Jun 26 13:53:54 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change Do the save-to-temp and rename thing when saving VMUs, for the sake of limiting corruption possibilities
file annotate diff log raw
1.1 --- a/src/syscall.h Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/syscall.h Fri Jun 26 13:53:54 2009 +0000
1.3 @@ -71,6 +71,8 @@
1.4 */
1.5 void dcload_set_allow_unsafe( gboolean allow );
1.6
1.7 +#define IS_SYSCALL(pc) (((uint32_t)pc)>=0xFFFFFF00)
1.8 +
1.9 #ifdef __cplusplus
1.10 }
1.11 #endif
.