Changeset 2482192 in mainline for uspace/srv/loader/main.c
- Timestamp:
- 2025-03-05T22:22:36Z (4 days ago)
- Children:
- 9a41e6e
- Parents:
- 5208709
- git-author:
- Matěj Volf <git@…> (2025-01-18 20:57:32)
- git-committer:
- Matěj Volf <git@…> (2025-03-05 22:22:36)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/loader/main.c
r5208709 r2482192 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?? 357 358 __libc_fini(); 358 359 __tcb_reset();
Note:
See TracChangeset
for help on using the changeset viewer.