diff options
Diffstat (limited to 'module/system/repl/command.scm')
-rw-r--r-- | module/system/repl/command.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/system/repl/command.scm b/module/system/repl/command.scm index 0cd9f121c..c0a5dd60b 100644 --- a/module/system/repl/command.scm +++ b/module/system/repl/command.scm @@ -459,7 +459,7 @@ Change languages." (define (load-image x) (let ((thunk (load-thunk-from-memory x))) - (find-mapped-elf-image (rtl-program-code thunk)))) + (find-mapped-elf-image (program-code thunk)))) (define-meta-command (compile repl (form)) "compile EXP |