summaryrefslogtreecommitdiff
path: root/module/language/rtl/spec.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/language/rtl/spec.scm')
-rw-r--r--module/language/rtl/spec.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/language/rtl/spec.scm b/module/language/rtl/spec.scm
index 0dabf94c6..0d9fa6a65 100644
--- a/module/language/rtl/spec.scm
+++ b/module/language/rtl/spec.scm
@@ -20,7 +20,7 @@
(define-module (language rtl spec)
#:use-module (system base language)
- #:use-module (system vm objcode)
+ #:use-module (system vm loader)
#:use-module (ice-9 binary-ports)
#:export (rtl))