Skip to content
Snippets Groups Projects
Commit 4ea5b624 authored by dg's avatar dg
Browse files

update

git-svn-id: http://svn.net-core.org/repos/t-engine4@3174 51575b47-30f0-44d4-a5cc-537603b46e54
parent 22cdbda4
No related branches found
No related tags found
No related merge requests found
......@@ -819,8 +819,7 @@ static void define_core(core_boot_type *core_def, const char *coretype, int id,
*/
int main(int argc, char *argv[])
{
core_boot_type given_core_def;
core_def = &given_core_def;
core_def = calloc(1, sizeof(core_boot_type));
core_def->define = &define_core;
core_def->define(core_def, "te4core", -1, NULL, NULL, NULL, NULL, 0, NULL);
......
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