add debug printout
parent
c992330622
commit
b9e10208c6
|
|
@ -449,6 +449,7 @@ public:
|
|||
{
|
||||
if (counter >= outputLen || validOutput[counter] != inByte)
|
||||
{
|
||||
std::cerr << "incorrect output " << counter << ", " << (word16)validOutput[counter] << ", " << (word16)inByte << "\n";
|
||||
fail = true;
|
||||
assert(false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue