[Issue 4790] Wrong code when updating struct member value from fiber

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Sep 3 16:22:34 PDT 2010


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


David Simcha <dsimcha at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


--- Comment #1 from David Simcha <dsimcha at yahoo.com> 2010-09-03 16:22:15 PDT ---
(Slaps self in forehead.)  Duh, of course.  When I take the address of doLoop()
it's taking the address of a stack variable.  Of course this isn't going to
work.  It needs to be a class.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list