summaryrefslogtreecommitdiff
path: root/src/qcommon/vm_x86.c
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2013-04-14 18:33:24 +0200
committerTim Angus <tim@ngus.net>2013-05-31 23:10:55 +0100
commitdd66d8387deb9ced5887b0c883ff8ef046d81125 (patch)
treeb1da1655648c0020914335028f0cc2b2f3d48e78 /src/qcommon/vm_x86.c
parent0832c673e66c2051a4be13015293e5ac90e3648f (diff)
remove some redundant exit() calls
Diffstat (limited to 'src/qcommon/vm_x86.c')
-rw-r--r--src/qcommon/vm_x86.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qcommon/vm_x86.c b/src/qcommon/vm_x86.c
index 9661d8d3..3650cc8c 100644
--- a/src/qcommon/vm_x86.c
+++ b/src/qcommon/vm_x86.c
@@ -385,7 +385,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);
}
/*