Fix potential bugs in the exception handlers

This commit is contained in:
TuxSH
2016-06-18 13:10:07 +02:00
parent fcb8edffdf
commit a9db998d84
4 changed files with 35 additions and 35 deletions

View File

@@ -92,6 +92,6 @@ void __attribute__((noreturn)) mainHandler(u32 regs[REG_DUMP_SIZE / 4], u32 type
*(ExceptionDumpHeader *)final = dumpHeader;
clearDCacheAndDMB();
cleanInvalidateDCacheAndDMB();
mcuReboot(); //Also contains DCache-cleaning code
}