Fixed clamping bug in instruction trace
commitdad635f4b21662e3222d4e90b3263d2cc404a4a2
authorTom Haber <tom.haber@uhasselt.be>
Mon, 26 May 2008 08:18:53 +0000 (26 10:18 +0200)
committerTom Haber <tom.haber@uhasselt.be>
Mon, 26 May 2008 08:18:53 +0000 (26 10:18 +0200)
tree11a5dc647ae83f2f7267566a91da2a835abf5c94
parent3b310da0540e3234c928968f194a000f04df7ca8
Fixed clamping bug in instruction trace
Comparison with ~(1<<i) failed due to the lack of clamping.
src/InstructionsTrace.cpp