12: 66 b9 00 00 mov cx,0x0 16: 67 e3 03 addr16 jcxz 1c <_Dmain+0x1c> 19: 83 c0 01 add eax,0x1 (http://dstress.kuehne.cn/run/a/asm_jczx_01_A.d)
> Summary: (jcxz) vex x86->IR: unhandled instruction bytes: 0x67 0x67 is an address-size override, which makes it seem pretty dubious in 32-bit user-mode. Unless you're doing something strange like Wine does.
Patch available: check 137095
*** This bug has been marked as a duplicate of 137095 ***