Comment 2 for bug 1799200

Revision history for this message
Emilio G. Cota (cota) wrote :

1. You're leaking the "ptr" TCG temp. Fix it, and also test your code with the --enable-debug-tcg configure flag.
2. Don't insert your helper in .insn_start; you'll have better luck in .translate_insn.