From c1e4b8f7f6f1f95a94c2340de4f57a998c90f094 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Wed, 20 Nov 2024 15:53:04 +0100 Subject: [PATCH] idea cmplog --- include/cmplog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cmplog.h b/include/cmplog.h index 9f995da6..e45b1092 100644 --- a/include/cmplog.h +++ b/include/cmplog.h @@ -60,7 +60,7 @@ struct cmp_operands { u64 v1_128; u64 v1_256_0; u64 v1_256_1; - u8 unused[8]; + u8 unused[8]; // 2 bits could be used for "is constant operand" } __attribute__((packed)); @@ -70,7 +70,7 @@ struct cmpfn_operands { u8 v1[32]; u8 v0_len; u8 v1_len; - u8 unused[6]; + u8 unused[6]; // 2 bits could be used for "is constant operand" } __attribute__((packed));