http://d.puremagic.com/issues/show_bug.cgi?id=5939
--- Comment #9 from Walter Bright <[email protected]> 2012-02-05 16:27:10 PST --- Using null for the frame pointer works in my reduced example, but not in David's original one - it seg faults at runtime. Perhaps changing map to make its inner struct 'static' (so it won't require a context pointer) will do the trick. Back to you, Andrei! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
