From 47553c79ec8c9839f231bdaa06d8ec0edc6e1e02 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Thu, 24 Jul 2025 11:10:50 -0700 Subject: [PATCH] Move ID::type in structure to fill memory padding --- src/ID.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ID.h b/src/ID.h index b282d11904..2d3fc2f057 100644 --- a/src/ID.h +++ b/src/ID.h @@ -157,9 +157,9 @@ protected: #endif const char* name; + TypePtr type; IDScope scope; bool is_export; - TypePtr type; bool is_capture = false; bool is_const = false; bool is_enum_const = false;