Stop using old-style defs.

This commit is contained in:
Ralf Corsepius
2008-09-05 06:38:12 +00:00
parent a28ce53bce
commit 917f816800

View File

@@ -175,9 +175,9 @@ static rtems_raw_irq_hdl tbl[] = {
rtems_exception_prologue_18,
};
void rtems_exception_init_mngt()
void rtems_exception_init_mngt(void)
{
unsigned int i,j;
size_t i,j;
interrupt_gate_descriptor *currentIdtEntry;
unsigned limit;
unsigned level;