summaryrefslogtreecommitdiff
path: root/module/system/vm/vm.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/system/vm/vm.scm')
-rw-r--r--module/system/vm/vm.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/system/vm/vm.scm b/module/system/vm/vm.scm
index de5c3fa21..48dc4f2b8 100644
--- a/module/system/vm/vm.scm
+++ b/module/system/vm/vm.scm
@@ -32,7 +32,7 @@
vm-next-hook vm-apply-hook vm-boot-hook vm-return-hook
vm-break-hook vm-exit-hook vm-halt-hook vm-enter-hook))
-(dynamic-call "scm_init_vm" (dynamic-link "libguile"))
+(load-extension "libguile" "scm_init_vm")
(define (vms:time stat) (vector-ref stat 0))
(define (vms:clock stat) (vector-ref stat 1))