You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JIT: fix register leak in first_pass_bs_match_equal_colon_equal
Fix a leak where a register was not properly freed on 32 bits platforms.
Also fix a double free that happened on 32 bits platforms.
This code currently is dead and is only evaluated when targeting riscv-32
and armv6m.
Signed-off-by: Paul Guyot <[email protected]>
0 commit comments