py: Improve inline assembler; improve compiler constant folding.

This commit is contained in:
Damien George
2014-04-12 17:54:52 +01:00
parent 2813cb6043
commit a26dc50968
7 changed files with 191 additions and 61 deletions

View File

@@ -185,6 +185,7 @@ void mp_emit_glue_assign_inline_asm_code(uint unique_code_id, void *fun, uint le
#ifdef WRITE_CODE
if (fp_write_code != NULL) {
fwrite(fun_data, len, 1, fp_write_code);
fflush(fp_write_code);
}
#endif
#endif