mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-15 08:10:17 +02:00
Miscellaneous fixups related to objcode removal.
* module/scripts/compile.scm: Fix --help message. * module/system/repl/command.scm (disassemble): Fix error message. * module/system/vm/frame.scm: Remove objcode import. * module/system/vm/objcode.scm: Remove some exports related to the objcode type.
This commit is contained in:
parent
741073719e
commit
84680d2382
4 changed files with 5 additions and 7 deletions
|
@ -497,7 +497,8 @@ Disassemble a compiled procedure."
|
|||
((bytevector? obj)
|
||||
(disassemble-image (load-image obj)))
|
||||
(else
|
||||
(format #t "Argument to ,disassemble not a procedure or objcode: ~a~%"
|
||||
(format #t
|
||||
"Argument to ,disassemble not a procedure or a bytevector: ~a~%"
|
||||
obj)))))
|
||||
|
||||
(define-meta-command (disassemble-file repl file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue