|
From: Christian B. <bor...@de...> - 2011-08-08 19:56:26
|
> Thanks for investigating this. So we're decoding 0000 although we're > never executing this because we leave the superblock earlier via a > conditional branch. Makes sense. > > I'm going to tentatively apply this here (because I can't reproduce > the DRD failures on my box): Seems that resteer can handle a decode failure, since we dont see valgrind: Unrecognised instruction at address 0x.. Maybe we could just get rid of the print? Or we could do the same as for execute - stop decoding if the next instruction is 0x0000? Dont know. Christian |