Skip to content

Commit

Permalink
Fix compatibility with GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
Exzap committed Jul 27, 2024
1 parent 5328e9e commit c73fa37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/resource/embedded/fontawesome.S
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
.rodata
.section .rodata,"",%progbits
.global g_fontawesome_data, g_fontawesome_size

g_fontawesome_data:
.incbin "fontawesome-webfont.ttf"
g_fontawesome_size:
.int g_fontawesome_size - g_fontawesome_data

.section .note.GNU-stack,"",%progbits

0 comments on commit c73fa37

Please sign in to comment.