--- src/sys/i386/isa/Attic/ipl.s 2005/11/03 23:45:15 1.24 +++ src/sys/i386/isa/Attic/ipl.s 2005/11/22 03:58:34 1.25 @@ -292,7 +292,7 @@ doreti_ast: movl %eax,%esi /* save cpl (can't use stack) */ movl $T_ASTFLT,TF_TRAPNO(%esp) subl $TDPRI_CRIT,TD_PRI(%ebx) -1: call trap + call trap addl $TDPRI_CRIT,TD_PRI(%ebx) movl %esi,%eax /* restore cpl for loop */ jmp doreti_next