Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 578 → Rev 579

/kernel/trunk/generic/src/interrupt/interrupt.c
99,7 → 99,9
exc_table[i].f,symbol);
if (!((i+1) % 20)) {
printf("Press any key to continue.");
spinlock_unlock(&exctbl_lock);
getc(stdin);
spinlock_lock(&exctbl_lock);
printf("\n");
}
}