Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2724 → Rev 2745

/trunk/kernel/generic/src/interrupt/interrupt.c
103,6 → 103,7
/** kconsole cmd - print all exceptions */
static int exc_print_cmd(cmd_arg_t *argv)
{
#if (IVT_ITEMS > 0)
unsigned int i;
char *symbol;
 
138,6 → 139,7
}
spinlock_unlock(&exctbl_lock);
#endif
return 1;
}