mirror of https://github.com/YosysHQ/yosys.git
rtlil: appease py_wrap
This commit is contained in:
parent
d5aadeae3b
commit
49d8a35c2e
|
@ -660,7 +660,7 @@ namespace RTLIL
|
|||
|
||||
struct RTLIL::Const
|
||||
{
|
||||
short flags;
|
||||
short int flags;
|
||||
private:
|
||||
friend class KernelRtlilTest;
|
||||
FRIEND_TEST(KernelRtlilTest, ConstStr);
|
||||
|
|
Loading…
Reference in New Issue