powerpc/qemuppc/startup/cmain.c: Fix warnings

This commit is contained in:
Joel Sherrill
2014-10-20 14:21:37 -05:00
parent 7294054b30
commit ed18345333

View File

@@ -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)
{
/*