remove some redundant exit() calls
This commit is contained in:
parent
830d93aa38
commit
8cc817b5a3
2 changed files with 1 additions and 6 deletions
|
@ -384,7 +384,6 @@ Error handler for jump/call to invalid instruction number
|
|||
static void __attribute__((__noreturn__)) ErrJump(void)
|
||||
{
|
||||
Com_Error(ERR_DROP, "program tried to execute code outside VM");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue