Skip to content

Commit

Permalink
fixup! fixup! 1 compartment to N mappings
Browse files Browse the repository at this point in the history
Remove todo
  • Loading branch information
0152la committed Dec 16, 2024
1 parent 77a19fd commit 2830554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/compartment.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ struct LibDependency
size_t tls_data_size;
// offset from TLS base pointer (i.e., value of `tpidr_el0`) where this
// library's TLS variables start
size_t tls_offset; // TODO consider other type (`void*` or `ptrdiff_t`?)
size_t tls_offset;
};

/**
Expand Down

0 comments on commit 2830554

Please sign in to comment.