Show
Ignore:
Timestamp:
04/08/2011 08:27:55 PM (2 years ago)
Author:
moo
Message:

disassembler: refix previous partial

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/processor/processor.m4

    r710 r713  
    7575        zval_copy_ctor(dst); 
    7676        Z_SET_REFCOUNT(*dst, 1); 
    77         switch ((Z_TYPE_P(src) & IS_CONSTANT_TYPE_MASK)) { 
    78         case IS_CONSTANT: 
    79             dst->type = UNISW(IS_STRING, UG(unicode) ? IS_UNICODE : IS_STRING); 
    80             break; 
    81         case IS_CONSTANT_ARRAY: 
    82             dst->type = IS_ARRAY; 
    83             break; 
    84         } 
    8577        DONE(value) 
    8678        DONE(type)