Fix possible wrong conditional branch in generated host code by fixing
the tcg_liveness_analysis(). Refer to https://github.com/unicorn-engine/unicorn/issues/287 for further info.
This commit is contained in:
@ -2945,6 +2945,7 @@
|
||||
#define tcg_init tcg_init_mips
|
||||
#define tcg_invert_cond tcg_invert_cond_mips
|
||||
#define tcg_la_bb_end tcg_la_bb_end_mips
|
||||
#define tcg_la_br_end tcg_la_br_end_mips
|
||||
#define tcg_la_func_end tcg_la_func_end_mips
|
||||
#define tcg_liveness_analysis tcg_liveness_analysis_mips
|
||||
#define tcg_malloc tcg_malloc_mips
|
||||
|
Reference in New Issue
Block a user