[Issue 4149] refs displayed as pointers in gdb

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun May 9 04:29:10 PDT 2010


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



--- Comment #8 from Brad Roberts <braddr at puremagic.com> 2010-05-09 04:29:06 PDT ---
Looks like one more minor change is needed to build phobos with these changes:

backed/cgcod.c:
@@ -1508,6 +1508,7 @@ regm_t regmask(tym_t tym, tym_t tyf)
         case TYnptr:
         case TYsptr:
         case TYcptr:
+        case TYref:
             return mAX;
         case TYfloat:
         case TYifloat:

-- 
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