From a391c8f0eef8573fd6b99e6cd264a5f2caa539cb Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Sun, 12 Feb 2023 17:14:23 -0500 Subject: Introduce complex_alignof to replace word_size Remove the concept of word_size since it is meaningless in some architectures. This is also done in preparation to possibly introduce 8-byte aligned messages. Message-Id: --- cpu.sym | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpu.sym') diff --git a/cpu.sym b/cpu.sym index 6bcb878..39ae712 100644 --- a/cpu.sym +++ b/cpu.sym @@ -95,8 +95,7 @@ expr MACH_MSG_TYPE_POLYMORPHIC /* Types used in interfaces */ -expr sizeof(integer_t) word_size -expr (sizeof(integer_t)*8) word_size_in_bits +expr sizeof(natural_t) desired_complex_alignof expr sizeof(void*) sizeof_pointer expr sizeof(char) sizeof_char expr sizeof(short) sizeof_short -- cgit v1.2.3