tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Brainy: Same Runtime Branches in arm
Hi,
---------------------- sys/arch/arm/arm/cpufunc.c ----------------------
2309
} else if ((fault_instruction & 0x0e000000) == 0x0c000000) {
[...]
} else if ((fault_instruction & 0x0e000000) == 0x0c000000)
return ABORT_FIXUP_FAILED;
------------------------------------------------------------------------
Found by Brainy.
Maxime
Home |
Main Index |
Thread Index |
Old Index