aboutsummaryrefslogtreecommitdiffstats
path: root/compile.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-22 06:29:41 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-22 06:29:41 +0000
commitea1b9b9db3f46891a16f3f9d1e82a3e7a9788806 (patch)
treedd35e02e360424c018baa5c4ac84e6dd241b5375 /compile.c
parent414c34360fcddfef1c0316d184726a85d9c5b7a8 (diff)
downloadruby-ea1b9b9db3f46891a16f3f9d1e82a3e7a9788806.tar.gz
compile.c: flush disasm
* compile.c (dump_disasm_list): flush disassembled list. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/compile.c b/compile.c
index 7eeb90a10e..54fe53c6c4 100644
--- a/compile.c
+++ b/compile.c
@@ -6018,6 +6018,7 @@ dump_disasm_list(struct iseq_link_element *link)
link = link->next;
}
printf("---------------------\n");
+ fflush(stdout);
}
const char *