Skip to content

Commit

Permalink
wip dyld
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jul 16, 2023
1 parent 02e2b0f commit 8d24b83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/dyld.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@ dyld_allocate_table(struct dyld *d)
d->table_base += minfo->tablesize;

/*
* Note: the following logic allocates the max size.
* Note: the following logic likely allocates more than
* what's actually necessary because:
*
* - not all exported functions are actually imported
* - some of exported functions can refer to the same
Expand Down

0 comments on commit 8d24b83

Please sign in to comment.