aboutsummaryrefslogtreecommitdiff
path: root/py/runtime.c
diff options
context:
space:
mode:
authorDamien2013-10-08 09:05:10 +0100
committerDamien2013-10-08 09:05:10 +0100
commit13ed3a658d9a52c276aab94ea24c7cf78e876740 (patch)
tree1a588a9ca71e2bc873fcdcf889ea80c4813675a1 /py/runtime.c
parent3410be803507cf8c85575def4bb894d03b64e9fd (diff)
Native Python and Viper support for x64 and thumb all together.
Diffstat (limited to 'py/runtime.c')
-rw-r--r--py/runtime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/runtime.c b/py/runtime.c
index a93d05d9b..8403a7527 100644
--- a/py/runtime.c
+++ b/py/runtime.c
@@ -419,6 +419,7 @@ void rt_assign_native_code(int unique_code_id, py_fun_t fun, uint len, int n_arg
if (fp_native != NULL) {
fwrite(fun_data, len, 1, fp_native);
+ fflush(fp_native);
}
}