Skip to content

Commit

Permalink
rtlil: appease py_wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
widlarizer committed Oct 18, 2024
1 parent d5aadea commit 49d8a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/rtlil.h
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ namespace RTLIL

struct RTLIL::Const
{
short flags;
short int flags;
private:
friend class KernelRtlilTest;
FRIEND_TEST(KernelRtlilTest, ConstStr);
Expand Down

0 comments on commit 49d8a35

Please sign in to comment.