diff --git a/kernel/rtlil.h b/kernel/rtlil.h index 136cf9a13..0f3984ab8 100644 --- a/kernel/rtlil.h +++ b/kernel/rtlil.h @@ -660,7 +660,7 @@ namespace RTLIL struct RTLIL::Const { - short flags; + short int flags; private: friend class KernelRtlilTest; FRIEND_TEST(KernelRtlilTest, ConstStr);