Low level common ARM code.
- Date
- Nov 14, 2023
- Author
- Andrey Belomutskiy, (c) 2012-2023
-
andreika prome.nosp@m.theu.nosp@m.s.pcb.nosp@m.@gma.nosp@m.il.co.nosp@m.m
Definition in file arm_common.cpp.
◆ causeHardFault()
Definition at line 16 of file arm_common.cpp.
16 {
17#if EFI_PROD_CODE
18
19 void (*invalidFunction)() = (void(*)())0xDEADBEEF;
20
21 invalidFunction();
22#endif
23}
Referenced by errorHandlerInit().
Go to the source code of this file.