static variable __StackTop cannot be read at compile time even if extern?
David Nadlinger via digitalmars-d-ldc
digitalmars-d-ldc at puremagic.com
Mon Mar 7 16:11:32 PST 2016
On Sunday, 6 March 2016 at 18:46:35 UTC, Taylor Hillegeist wrote:
> @attribute("section",".isr_vector")
Furthermore, this should be @section(".isr_vector") (from
ldc.attributes, introduced in 0.17). ldc.attribute was never
implemented (nor was it documented), and has been removed in the
meantime.
— David
More information about the digitalmars-d-ldc
mailing list