forked from Imagelibrary/rtems
powerpc/qemuppc/startup/cmain.c: Fix warnings
This commit is contained in:
@@ -37,6 +37,13 @@ extern unsigned char __sbss2_start[], __sbss2_end[];
|
||||
extern unsigned char __sbss_start[], __sbss_end[];
|
||||
extern unsigned char __bss_start[], __bss_end[];
|
||||
|
||||
|
||||
/*
|
||||
* Prototype this here because it is just the entry symbol and
|
||||
* not referenced from any compileable code.
|
||||
*/
|
||||
void cmain (void);
|
||||
|
||||
void cmain (void)
|
||||
{
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user