382998 xml-socket doesn't work
383275 massif valgrind: m_xarray.c:162 (ensureSpaceXA): Assertion '!xa->arr' failed
384096 Mention AddrCheck at Memcheck's command line option --undef-value-errors=no
+384230 vex x86->IR: unhandled instruction bytes: 0x67 0xE8 0xAB 0x68
384526 reduce number of spill instructions generated by VEX register allocator v3
384584 Callee saved registers listed first for AMD64, X86, and PPC architectures
384633 Add a simple progress-reporting facility
goto decode_success;
}
+ /* 67 E8 = CALL with redundant addr16 prefix */
+ if (insn[0] == 0x67 && insn[1] == 0xE8) {
+ delta++;
+ }
+
/* ---------------------------------------------------- */
/* --- start of the baseline insn decoder -- */
/* ---------------------------------------------------- */