Skip to content

Commit

Permalink
fixup! 1 compartment to N mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
0152la committed Dec 16, 2024
1 parent 37ad6e9 commit 77a19fd
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 @@ -129,7 +129,7 @@ struct LibDependency
// TLS-related variables
// TODO can there be more TLS sections?
void *tls_sec_addr;
ptrdiff_t tls_sec_off;
size_t tls_sec_off;
size_t tls_sec_size;
size_t tls_data_size;
// offset from TLS base pointer (i.e., value of `tpidr_el0`) where this
Expand Down

0 comments on commit 77a19fd

Please sign in to comment.