Changeset 7064e71 in mainline for uspace/srv/loader/main.c
- Timestamp:
- 2025-03-06T14:35:29Z (5 months ago)
- Children:
- 25ee7ec5
- Parents:
- 9a41e6e
- git-author:
- Matěj Volf <git@…> (2025-03-05 23:09:43)
- git-committer:
- Matěj Volf <git@…> (2025-03-06 14:35:29)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/loader/main.c
r9a41e6e r7064e71 355 355 DPRINTF("Jump to entry point at %p\n", pcb.entry); 356 356 357 // mvolfik is very confused: why is __libc_fini called BEFORE jumping to entrypoint??358 357 __libc_fini(); 359 358 __tcb_reset();
Note:
See TracChangeset
for help on using the changeset viewer.