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:
@ -2951,6 +2951,7 @@ symbols = (
|
||||
'tcg_init',
|
||||
'tcg_invert_cond',
|
||||
'tcg_la_bb_end',
|
||||
'tcg_la_br_end',
|
||||
'tcg_la_func_end',
|
||||
'tcg_liveness_analysis',
|
||||
'tcg_malloc',
|
||||
|
Reference in New Issue
Block a user