Add sbss section for compiler

This commit is contained in:
Aetias
2024-02-16 16:14:31 +01:00
parent 3ac7889df3
commit b24f0a3a90
+3
View File
@@ -17,4 +17,7 @@
// `override` was added in C++11 before the DS, so we only use the keyword to indicate overriden functions
#define override
// Define .sbss variables by using #pragma section sbss begin|end
#pragma define_section sbss ".data" ".sbss"
#endif