mescc: Do not return ELF text.
* module/language/c99/compiler.mes (info->exe): Do not return ELF text.
This commit is contained in:
parent
b4a4e39050
commit
56b19c76ff
|
@ -2408,7 +2408,7 @@
|
|||
|
||||
(define (info->exe info)
|
||||
(display "dumping elf\n" (current-error-port))
|
||||
(map write-any (make-elf (.functions info) (.globals info) (.init info))))
|
||||
(for-each write-any (make-elf (.functions info) (.globals info) (.init info))))
|
||||
|
||||
(define (.formals o)
|
||||
(pmatch o
|
||||
|
|
Loading…
Reference in a new issue