We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c70f3c commit 8207749Copy full SHA for 8207749
1 file changed
newlib/libc/include/machine/setjmp.h
@@ -130,7 +130,7 @@ _BEGIN_STD_C
130
#ifdef __mips__
131
# if defined(__mips64)
132
# if defined(_MIPS_ARCH_R5900)
133
- typedef unsigned int jbtype128 __attribute__(( mode(TI) ));
+ typedef unsigned int jbtype128 __attribute__((mode(TI))) __attribute__((aligned(16)));
134
# define _JBTYPE jbtype128
135
# else
136
# define _JBTYPE long long
0 commit comments