fix loop in restore

This commit is contained in:
Vitor Santos Costa
2013-01-22 16:01:37 +00:00
parent ff5bf53d38
commit 504c2f3000
5 changed files with 9 additions and 0 deletions

View File

@@ -447,6 +447,8 @@ restore_opcodes(yamop *pc, yamop *max USES_REGS)
case _lock_lu:
case _procceed:
case _retry_profiled:
case _retry_udi:
case _try_udi:
pc->u.p.p = PtoPredAdjust(pc->u.p.p);
pc = NEXTOP(pc,p);
break;