Skip to content
Snippets Groups Projects
Commit 3186d373 authored by dg's avatar dg
Browse files

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@3179 51575b47-30f0-44d4-a5cc-537603b46e54
parent 3d164d3c
No related branches found
No related tags found
No related merge requests found
......@@ -814,6 +814,15 @@ static void define_core(core_boot_type *core_def, const char *coretype, int id,
core_def->reboot_new = reboot_new;
}
// Let some platforms use a different entry point
#ifdef USE_TENGINE_MAIN
#ifdef main
#undef main
#endif
#define main tengine_main
#endif
/**
* Core entry point.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment