mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-26 19:17:52 +00:00
Add missing header; correct type.
This commit is contained in:
@@ -400,7 +400,7 @@ class ConcreteMachine:
|
||||
// secondary slot communication.
|
||||
final_slot_ = &memory_slots_[primary >> 6];
|
||||
|
||||
for(std::size_t c = 0; c < 8; c += 2) {
|
||||
for(int c = 0; c < 8; c += 2) {
|
||||
const MemorySlot &slot = memory_slots_[primary & 3];
|
||||
primary >>= 2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user