Changeset 742fc98e in mainline for uspace/lib/c/generic/rtld/rtld.c
- Timestamp:
- 2018-05-01T19:03:38Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6e33c2f, 924786bf
- Parents:
- 009c485
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-05-01 19:03:38)
- git-committer:
- GitHub <noreply@…> (2018-05-01 19:03:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/rtld/rtld.c
r009c485 r742fc98e 53 53 list_initialize(&runtime_env->modules); 54 54 list_initialize(&runtime_env->imodules); 55 runtime_env->next_bias = 0x2000000;56 55 runtime_env->program = NULL; 57 56 runtime_env->next_id = 1; … … 121 120 env->program = prog; 122 121 123 /* Work around non-existent memory space allocation. */124 env->next_bias = 0x1000000;125 126 122 /* 127 123 * Now we can continue with loading all other modules.
Note:
See TracChangeset
for help on using the changeset viewer.