mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-25 16:31:42 +00:00
Now that this is getting close, don't stop at the first error.
This commit is contained in:
parent
402fa41bc0
commit
ad90c6b6ce
@ -82,7 +82,8 @@ struct Chipset {};
|
||||
|
||||
// For now, indicate only the first failure.
|
||||
if(ram[write.first >> 1] != write.second) {
|
||||
hasFailed = YES;
|
||||
break;
|
||||
// hasFailed = YES;
|
||||
}
|
||||
}
|
||||
writes.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user