diff --git a/sw/common/crt0.S b/sw/common/crt0.S index a6b39826..29a5429b 100644 --- a/sw/common/crt0.S +++ b/sw/common/crt0.S @@ -227,6 +227,7 @@ __crt0_this_is_the_end_end: // ********************************************************* // NEORV32 runtime environment: First-level exception/interrupt handler // ********************************************************* +.align 4 __crt0_neorv32_rte: // --------------------------------------------