Skip to content
Snippets Groups Projects
Commit 9186cdb1 authored by dg's avatar dg
Browse files

toto


git-svn-id: http://svn.net-core.org/repos/t-engine4@3034 51575b47-30f0-44d4-a5cc-537603b46e54
parent ab8c1b87
No related branches found
No related tags found
No related merge requests found
......@@ -103,6 +103,7 @@ void run_core(core_boot_type *core_def, int argc, char **argv)
lua_pushnumber(L, core_def->corenum);
lua_call(L, 2, 1);
char *core = strdup((char*)lua_tostring(L, -1));
printf("Runner booting core: %s\n", core);
lua_close(L);
PHYSFS_deinit();
......
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