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_arm
|
||||
#define tcg_invert_cond tcg_invert_cond_arm
|
||||
#define tcg_la_bb_end tcg_la_bb_end_arm
|
||||
#define tcg_la_br_end tcg_la_br_end_arm
|
||||
#define tcg_la_func_end tcg_la_func_end_arm
|
||||
#define tcg_liveness_analysis tcg_liveness_analysis_arm
|
||||
#define tcg_malloc tcg_malloc_arm
|
||||
|
Reference in New Issue
Block a user