Code formatting

This commit is contained in:
2025-04-04 22:06:22 +02:00
parent 389eecfd73
commit e3497e315c
3 changed files with 13 additions and 4 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
SECTIONS
{
haxmods (READONLY) : ALIGN(4) {
/**
* Define a custom section named 'haxmods' that is marked as READONLY.
*/
haxmods (READONLY) : {
PROVIDE(haxmods_begin = .);
KEEP(*(__haxmod))
PROVIDE(haxmods_end = .);