mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Fixed build with gcc-4.6
This commit is contained in:
parent
c55eb8f8a6
commit
0b8b8d41eb
6 changed files with 24 additions and 16 deletions
|
@ -102,7 +102,7 @@ struct ModIndex : public RTLIL::Monitor
|
|||
auto_reload_module = false;
|
||||
}
|
||||
|
||||
virtual void notify_connect(RTLIL::Cell *cell, const RTLIL::IdString &port, const RTLIL::SigSpec &old_sig, RTLIL::SigSpec &sig) override
|
||||
virtual void notify_connect(RTLIL::Cell *cell, const RTLIL::IdString &port, const RTLIL::SigSpec &old_sig, RTLIL::SigSpec &sig) OVERRIDE
|
||||
{
|
||||
if (auto_reload_module)
|
||||
reload_module();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue