mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
fix guile-disasm
* src/guile-disasm.in: Adapt to the split-up of (system vm core). Detabify. Patch by C. K. Jester-Young <cky944 <at> gmail.com>.
This commit is contained in:
parent
515bc96855
commit
89c95c460b
1 changed files with 4 additions and 4 deletions
|
@ -3,9 +3,9 @@
|
|||
|
||||
;; Obviously, this is -*- Scheme -*-.
|
||||
|
||||
(use-modules (system vm core)
|
||||
(system vm disasm))
|
||||
(use-modules (system vm objcode)
|
||||
(system vm disasm))
|
||||
|
||||
(for-each (lambda (file)
|
||||
(disassemble-objcode (load-objcode file)))
|
||||
(cdr (command-line)))
|
||||
(disassemble-objcode (load-objcode file)))
|
||||
(cdr (command-line)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue