We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27746bb commit 400f1e5Copy full SHA for 400f1e5
newlib/libc/picolib/machine/aarch64/interrupt.c
@@ -66,7 +66,7 @@ vector(fiq);
66
void
67
__weak_vector_table(void);
68
69
-void __section(".text.init.enter") __attribute__((aligned(1024)))
+void __section(".text.init.enter") __attribute__((aligned(2048)))
70
__weak_vector_table(void)
71
{
72
/*
0 commit comments