1
0
mirror of synced 2026-04-14 01:13:58 +00:00

rtlil: appease py_wrap

This commit is contained in:
Emil J. Tywoniak
2024-10-18 11:31:20 +02:00
parent d5aadeae3b
commit 49d8a35c2e

View File

@@ -660,7 +660,7 @@ namespace RTLIL
struct RTLIL::Const
{
short flags;
short int flags;
private:
friend class KernelRtlilTest;
FRIEND_TEST(KernelRtlilTest, ConstStr);