File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
tests/subsys/debug/coredump/src Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ void k_sys_fatal_error_handler(unsigned int reason, const struct arch_esf *pEsf)
32
32
*/
33
33
__no_optimization void func_3 (uint32_t * addr )
34
34
{
35
+ /* clang-format off */
35
36
#if defined(CONFIG_BOARD_M2GL025_MIV ) || \
36
37
defined(CONFIG_BOARD_HIFIVE1 ) || \
37
38
defined(CONFIG_BOARD_HIFIVE_UNLEASHED ) || \
@@ -42,6 +43,7 @@ __no_optimization void func_3(uint32_t *addr)
42
43
defined(CONFIG_SOC_FAMILY_INTEL_ISH ) || \
43
44
defined(CONFIG_SOC_FAMILY_INTEL_ADSP ) || \
44
45
defined(CONFIG_SOC_FAMILY_OPENHWGROUP_CVA6 )
46
+ /* clang-format on */
45
47
ARG_UNUSED (addr );
46
48
/* Call k_panic() directly so Renode doesn't pause execution.
47
49
* Needed on ADSP as well, since null pointer derefence doesn't
You can’t perform that action at this time.
0 commit comments