Email or username:

Password:

Forgot your password?
1 comment
:umu: :umu:

@EpicKitty

static void Host_Crash_f( void )
{
        *(volatile int *)0 = 0xffffffff;
}

Cmd_AddRestrictedCommand ( "crash", Host_Crash_f, 
"a way to force a bus error for development reasons");

:)

Go Up