none/tests/s390x/op_exception will now pass.
git-svn-id: svn://svn.valgrind.org/vex/trunk@2306
error message.
Tell the dispatcher that this insn cannot be decoded, and so has
not been executed, and (is currently) the next to be executed. */
- put_IA(mkaddr_expr(guest_IA_curr_instr));
+ put_IA(mkaddr_expr(guest_IA_next_instr));
dres.whatNext = Dis_StopHere;
dres.jk_StopHere = Ijk_NoDecode;
/* Case: assisted transfer to arbitrary address */
switch (stmt->Ist.Exit.jk) {
+ case Ijk_NoDecode:
case Ijk_TInval:
case Ijk_Sys_syscall:
case Ijk_ClientReq:
/* Case: some other kind of transfer to any address */
switch (jk) {
+ case Ijk_NoDecode:
case Ijk_TInval:
case Ijk_Sys_syscall:
case Ijk_ClientReq: