Skip to content

Commit 49d8a35

Browse files
committed
rtlil: appease py_wrap
1 parent d5aadea commit 49d8a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/rtlil.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ namespace RTLIL
660660

661661
struct RTLIL::Const
662662
{
663-
short flags;
663+
short int flags;
664664
private:
665665
friend class KernelRtlilTest;
666666
FRIEND_TEST(KernelRtlilTest, ConstStr);

0 commit comments

Comments
 (0)