Merge pull request #2798 from kugelfuhr/kugelfuhr/fix-2787

Move constructors into the ONCE segment for the creativision target
This commit is contained in:
Christian Groessler
2025-07-14 20:32:37 +02:00
committed by GitHub

View File

@@ -23,7 +23,7 @@ FEATURES {
CONDES: type = constructor,
label = __CONSTRUCTOR_TABLE__,
count = __CONSTRUCTOR_COUNT__,
segment = INIT;
segment = ONCE;
CONDES: type = destructor,
label = __DESTRUCTOR_TABLE__,
count = __DESTRUCTOR_COUNT__,