mirror of
https://github.com/zeldaret/ph
synced 2026-06-08 04:07:17 -04:00
Add sbss section for compiler
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user