Skip to content
  • Henrik Gramner's avatar
    x86inc: Drop SECTION_TEXT macro · 353b1f88
    Henrik Gramner authored
    The .text section is already 16-byte aligned by default on all supported
    platforms so `SECTION_TEXT` isn't any different from `SECTION .text`.
    353b1f88