mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[platformInfo] Add attribute weak to static storage declaration for simulators to fix windaube build (declaration is always weak for non-N0110 bootloader config)
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace Ion {
|
namespace Ion {
|
||||||
extern char staticStorageArea[];
|
extern __attribute__((weak)) char staticStorageArea[];
|
||||||
}
|
}
|
||||||
constexpr void * storageAddress = &(Ion::staticStorageArea);
|
constexpr void * storageAddress = &(Ion::staticStorageArea);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user