Skip to content

Commit e54e1dc

Browse files
committed
Flush output
1 parent 7e31087 commit e54e1dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compiler.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -823,13 +823,12 @@ def output_vtable_names
823823
def compile exp
824824
alloc_vtable_offsets(exp)
825825
compile_main(exp)
826-
827826
# after the main function, we ouput all functions and constants
828827
# used and defined so far.
829828
output_functions
830829
output_vtable_thunks
831830
output_vtable_names
832831
output_constants
832+
@e.flush
833833
end
834834
end
835-

0 commit comments

Comments
 (0)