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 c0370343..f2dc3bd7 100644
--- a/vm.c
+++ b/vm.c
@@ -539,7 +539,7 @@ static void vm_gapply(struct vm *vm, vm_word_t insn)
}
}
- result = apply_intrinsic(deref(vm_ftab(vm, fun)), args_get_list(args));
+ result = applyv(deref(vm_ftab(vm, fun)), args);
vm_set(vm->dspl, dest, result);
}