From: Paul Floyd Date: Wed, 1 Feb 2023 20:44:31 +0000 (+0100) Subject: Pack Lackey Event structure X-Git-Tag: VALGRIND_3_21_0~185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bca6837b1525a5abfde593019ddf489620d92153;p=thirdparty%2Fvalgrind.git Pack Lackey Event structure Seen by cppcheck. Will reduced size from 4 to 3 words on 64bit platforms. --- diff --git a/lackey/lk_main.c b/lackey/lk_main.c index e19b39f16f..8ee62a78bb 100644 --- a/lackey/lk_main.c +++ b/lackey/lk_main.c @@ -408,8 +408,8 @@ typedef typedef struct { - EventKind ekind; IRAtom* addr; + EventKind ekind; Int size; IRAtom* guard; /* :: Ity_I1, or NULL=="always True" */ }