exchange the dcfa stuff init/exit order in mcexec

This commit is contained in:
simin
2013-05-20 13:52:17 -05:00
parent e09160cce7
commit 0bdc047515
2 changed files with 8 additions and 7 deletions

View File

@ -220,8 +220,10 @@ int main(void)
#ifdef DCFA_KMOD
mc_cmd_client_init();
#ifdef CMD_DCFA
ibmic_cmd_init();
#endif
#endif
#ifdef DCFA_RUN
kputs("DCFA begin\n");