Skip to content

Commit

Permalink
Merge pull request #10 from fjtrujy/fix_JBTYPE_alignement
Browse files Browse the repository at this point in the history
Force alignment for  _JBTYPE
  • Loading branch information
rickgaiser authored Dec 27, 2023
2 parents 9575ff0 + a270f44 commit f08ac0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newlib/libc/include/machine/setjmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ _BEGIN_STD_C
#ifdef __mips__
# if defined(__mips64)
# if defined(_MIPS_ARCH_R5900)
typedef unsigned int jbtype128 __attribute__(( mode(TI) ));
typedef unsigned int jbtype128 __attribute__((mode(TI))) __attribute__((aligned(16)));
# define _JBTYPE jbtype128
# else
# define _JBTYPE long long
Expand Down

0 comments on commit f08ac0a

Please sign in to comment.