mescc: Do not return ELF text.

* module/language/c99/compiler.mes (info->exe): Do not return ELF text.
This commit is contained in:
Jan Nieuwenhuizen 2017-04-03 07:09:03 +02:00
parent b4a4e39050
commit 56b19c76ff
1 changed files with 1 additions and 1 deletions

View File

@ -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