summaryrefslogtreecommitdiffstats
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 362f1adb..c0370343 100644
--- a/vm.c
+++ b/vm.c
@@ -464,7 +464,7 @@ static void vm_apply(struct vm *vm, vm_word_t insn)
}
}
- result = apply_intrinsic(vm_get(vm->dspl, fun), args_get_list(args));
+ result = applyv(vm_get(vm->dspl, fun), args);
vm_set(vm->dspl, dest, result);
}