mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-23 11:29:53 +00:00
Fix compatibility with GCC
This commit is contained in:
parent
5328e9eb10
commit
c73fa3761c
@ -1,4 +1,4 @@
|
||||
.rodata
|
||||
.section .rodata,"",%progbits
|
||||
.global g_fontawesome_data, g_fontawesome_size
|
||||
|
||||
g_fontawesome_data:
|
||||
@ -6,3 +6,4 @@ g_fontawesome_data:
|
||||
g_fontawesome_size:
|
||||
.int g_fontawesome_size - g_fontawesome_data
|
||||
|
||||
.section .note.GNU-stack,"",%progbits
|
Loading…
Reference in New Issue
Block a user