Changeset 2482192 in mainline for uspace/srv/loader/main.c


Ignore:
Timestamp:
2025-03-05T22:22:36Z (4 days ago)
Author:
Matěj Volf <git@…>
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)
Message:

fix initialization of fibril.exit_hooks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/loader/main.c

    r5208709 r2482192  
    355355        DPRINTF("Jump to entry point at %p\n", pcb.entry);
    356356
     357        // mvolfik is very confused: why is __libc_fini called BEFORE jumping to entrypoint??
    357358        __libc_fini();
    358359        __tcb_reset();
Note: See TracChangeset for help on using the changeset viewer.