|
From: Christian P. <tr...@ge...> - 2005-08-24 23:25:55
|
On Thursday 25 August 2005 00:54, John Reiser wrote: > vex x86->IR: unhandled instruction bytes: 0xF3 0xC3 0x75 0xA > > repz ret # 0xF3 0xC3 > jnz +10 # 0x75 0x0A > > "repz ret" is an optimization for amd64 that happens to be equivalent > to "ret" on x86. However, it is unusual for "jnz +10" to follow. > Check for corruption (either by the program, or by vex for the > preceding instruction) or hand-coded assembly language. it happened just right after the startup. and I didn't change any of my cod= e=20 lines for sure (it might be, that I recompiled them, can't remember, sorry). Regards, Christian Parpart. |