3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

Fix RTLIL::Memory::start_offset initialization

This commit is contained in:
Clifford Wolf 2017-01-25 17:00:59 +01:00
parent 87fe8ab3f2
commit b54972c112

View file

@ -2050,6 +2050,7 @@ RTLIL::Memory::Memory()
hashidx_ = hashidx_count;
width = 1;
start_offset = 0;
size = 0;
}