Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Signed-off-by: Fra <[email protected]>
  • Loading branch information
Alexyo21 committed Dec 1, 2023
1 parent 027c0d0 commit 425b9b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sysmodules/pxi/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ void __wrap_exit(int rc)
svcCloseHandle(sessionManager.PXISRV11CommandReceivedEvent);
svcCloseHandle(sessionManager.PXISRV11ReplySentEvent);

__libc_fini_array();
// __libc_fini_array();
__sync_fini();
svcExitProcess();
}
Expand All @@ -147,7 +147,7 @@ void initSystem(void)
svcBreak(USERBREAK_PANIC);
}

__libc_init_array();
// __libc_init_array();
}

int main(void)
Expand Down

0 comments on commit 425b9b2

Please sign in to comment.