1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c index 570c164..3508ecc 100644 --- a/ main.c+++ b/ main.c@@ -10,8 +10,8 @@ extern char edata[], end[]; void bootothers(void); // Bootstrap processor starts running C code here. -void -main0(void) +int +main(void) { int i; static volatile int bcpu; // cannot be on stack |