cs: repair for raco decompile
This commit is contained in:
parent
bc97c65bb8
commit
aeb32081db
|
@ -257,7 +257,7 @@
|
|||
(case fmt
|
||||
[(compile)
|
||||
(define proc ((vm-eval `(load-compiled-from-port (open-bytevector-input-port ,uncompressed-code)))))
|
||||
(decompile-chez-procedure (if (null? args) proc (proc args)))]
|
||||
(decompile-chez-procedure (if (null? args) proc (apply proc args)))]
|
||||
[(interpret)
|
||||
(define bytecode (vm-eval `(fasl-read (open-bytevector-input-port ,uncompressed-code))))
|
||||
(list `(#%interpret ,(unwrap-chez-interpret-jitified bytecode)))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user