diff options
Diffstat (limited to 'module/system/repl/common.scm')
-rw-r--r-- | module/system/repl/common.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/system/repl/common.scm b/module/system/repl/common.scm index 4e216791b..0a38710af 100644 --- a/module/system/repl/common.scm +++ b/module/system/repl/common.scm @@ -177,7 +177,7 @@ See <http://www.gnu.org/licenses/lgpl.html>, for more details.") (define (repl-compile repl form) (let ((from (repl-language repl)) (opts (repl-compile-options repl))) - (compile form #:from from #:to 'rtl #:opts opts + (compile form #:from from #:to 'bytecode #:opts opts #:env (current-module)))) (define (repl-expand repl form) |