From 77a19fdf549eb2fa5f5413db83a154e443e4131b Mon Sep 17 00:00:00 2001 From: Andrei Lascu Date: Mon, 16 Dec 2024 14:36:19 +0000 Subject: [PATCH] fixup! 1 compartment to N mappings --- include/compartment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/compartment.h b/include/compartment.h index b0415fd..bf35f58 100644 --- a/include/compartment.h +++ b/include/compartment.h @@ -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