From eeb10b882d3de0fa89092c9ccbef0aeecd14e482 Mon Sep 17 00:00:00 2001 From: stnolting Date: Mon, 13 Jul 2020 20:02:13 +0200 Subject: [PATCH] added alignment for trap root --- sw/common/crt0.S | 1 + 1 file changed, 1 insertion(+) 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: // --------------------------------------------