if (is_cond && targ != (regs->cp0_epc + 8)) {
The targ and regs->cp0_epc are unsigned integers and "8" is signed by default.
So what happend is that the condition didn't work as it is expected.
Please consider it in your feature versions.
Daniel.
---------------------------------
Daniel Glozman daniel@simpod.com
SimPOD Inc. www.simpod.com
Tel : +972-4-9937770/203
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/