From 2830554bfc524a150fed656cc8269fb124ab0602 Mon Sep 17 00:00:00 2001 From: Andrei Lascu Date: Mon, 16 Dec 2024 14:37:54 +0000 Subject: [PATCH] fixup! fixup! 1 compartment to N mappings Remove todo --- include/compartment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/compartment.h b/include/compartment.h index bf35f58..e8f5e5b 100644 --- a/include/compartment.h +++ b/include/compartment.h @@ -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; }; /**