Skip to content

Commit

Permalink
XXX
Browse files Browse the repository at this point in the history
  • Loading branch information
mptre committed Oct 29, 2024
1 parent 4d77f55 commit 96cc6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libks/section.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#endif

#define SECTION_ITERATE(it, s) __extension__ ({ \
extern char _aligned[sizeof(*(it)) & 0xf ? -1 : 0]; (void)_aligned;\
_Static_assert((sizeof(*(it)) & 0xf) == 0, "Unaligned"); \
extern typeof(*(it)) __start_ ## s SECTION_START(s); \
typeof(it) _start = &__start_ ## s; \
extern typeof(*(it)) __stop_##s SECTION_STOP(s); \
Expand Down

0 comments on commit 96cc6a2

Please sign in to comment.