On 06/20/2017 09:09 AM, Edgar E. Iglesias wrote:
+    if (e) {
+        tcg_gen_extract_i32(cpu_R[dc->rd], cpu_R[dc->ra], imm_s, imm_w);

You'll want to validate imm_s and imm_w lest you trigger the asserts in tcg_gen_extract_i32.


r~

Reply via email to