--- a/src/syscall.h Mon Mar 13 12:38:39 2006 +0000 +++ b/src/syscall.h Fri Aug 04 01:38:30 2006 +0000 @@ -1,5 +1,5 @@ /** - * $Id: syscall.h,v 1.1 2006-03-13 12:38:34 nkeynes Exp $ + * $Id: syscall.h,v 1.2 2006-07-06 08:47:33 nkeynes Exp $ * * Generic syscall support - ability to add hooks into SH4 code to call out * to the emu. @@ -65,6 +65,12 @@ */ void dcload_install( void ); +/** + * Set the flag that indicates whether the dcload exit() syscall will be + * honoured by exiting the VM. + */ +void dcload_set_allow_exit( gboolean allow ); + #ifdef __cplusplus } #endif