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