Prevent double faults when either PC or SP is invalid
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
|
||||
void __attribute__((noreturn)) mcuReboot(void);
|
||||
void cleanInvalidateDCacheAndDMB(void);
|
||||
bool cannotAccessVA(const void *address);
|
||||
|
||||
void FIQHandler(void);
|
||||
void undefinedInstructionHandler(void);
|
||||
|
||||
Reference in New Issue
Block a user