[Issue 1829] Inline assembler cannot get label addresses

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Mar 4 00:01:40 PST 2008


http://d.puremagic.com/issues/show_bug.cgi?id=1829


bugzilla at digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |minor




------- Comment #2 from bugzilla at digitalmars.com  2008-03-04 02:01 -------
Here's how to push a label on the stack:

    call L1 ;
 L1:

Because the workaround is straightforward, I'm going to lower the priority.
It's not likely to get fixed soon, as it's been a limitation of the inline
assembler for 15 years. :-(


-- 



More information about the Digitalmars-d-bugs mailing list