Atsushi Nemoto wrote: > > + unsigned int tlbidx; > > ... > + if (tlbidx < 0) > Doesn't tlbidx need to be declared as a signed int, else the compiler could optimize away this comparison. Nigel
Atsushi Nemoto wrote: > > + unsigned int tlbidx; > > ... > + if (tlbidx < 0) > Doesn't tlbidx need to be declared as a signed int, else the compiler could optimize away this comparison. Nigel