array init
This commit is contained in:
parent
3bf210556e
commit
2ca86d4688
|
@ -245,7 +245,7 @@ private:
|
|||
/**
|
||||
* bank of registers (32 regs of 32bits each)
|
||||
*/
|
||||
std::array<int,32> register_bank = {0};
|
||||
std::array<int,32> register_bank = { {0} };
|
||||
|
||||
/**
|
||||
* Program counter (32 bits width)
|
||||
|
|
Loading…
Reference in New Issue