cleanups and a bug fix (it is lp now, not just p as before).

This commit is contained in:
Vítor Santos Costa
2009-02-12 21:45:41 +00:00
parent 78bd156a20
commit f7046286a0
3 changed files with 29 additions and 6 deletions

View File

@@ -1183,7 +1183,7 @@ cleanup_dangling_indices(yamop *ipc, yamop *beg, yamop *end, yamop *suspend_code
break;
/* instructions type p */
case _user_switch:
ipc = NEXTOP(ipc,p);
ipc = NEXTOP(ipc,lp);
break;
/* instructions type e */
case _switch_on_type: