aboutsummaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm.c b/vm.c
index 9e35334..68c793a 100644
--- a/vm.c
+++ b/vm.c
@@ -481,7 +481,7 @@ static match_t *_match(def_t *defs, file_t *f, const char *str, vm_op_t *op, uns
}
default: {
fprintf(stderr, "Unknown opcode: %d", op->type);
- _exit(1);
+ exit(1);
return NULL;
}
}