Clean up main

This commit is contained in:
marcan 2009-03-18 18:15:30 +01:00 committed by bushing
parent c8c8d92787
commit 9351362f10

3
main.c
View File

@ -211,9 +211,6 @@ void *_main(void *base)
gecko_puts("Shutting down caches and MMU...\n");
mem_shutdown();
//vector = patch_boot2(base, (((u64)tidh)<<32) | tidl);
end:
gecko_printf("Vectoring to %p...\n",vector);
return vector;
}