Changeset 267

Show
Ignore:
Timestamp:
11/22/09 23:01:38 (2 years ago)
Author:
walter
Message:

bugzilla 3496

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/dmd-1.x/src/backend/cgelem.c

    r266 r267  
    33853385    {   int op; 
    33863386 
    3387         assert(tyintegral(e2->Ety)); 
     3387        assert(tyintegral(e2->Ety) || typtr(e2->Ety)); 
    33883388#if TX86        /* ending up with byte ops in A regs */ 
    33893389        if (!(el_tolong(e2) & ~CHARMASK) && 
  • trunk/src/backend/cgelem.c

    r266 r267  
    33853385    {   int op; 
    33863386 
    3387         assert(tyintegral(e2->Ety)); 
     3387        assert(tyintegral(e2->Ety) || typtr(e2->Ety)); 
    33883388#if TX86        /* ending up with byte ops in A regs */ 
    33893389        if (!(el_tolong(e2) & ~CHARMASK) &&