Fix warning

This commit is contained in:
Sebastian Huber 2013-10-30 09:23:41 +01:00
parent 89761ed754
commit 54146cac48

View File

@ -198,7 +198,9 @@ mi_startup(void)
sysinit_end = SET_LIMIT(sysinit_set);
}
#ifndef __rtems__
restart:
#endif /* __rtems__ */
/*
* Perform a bubble sort of the system initialization objects by
* their subsystem (primary key) and order (secondary key).