Esempio n. 1
0
File: s2ir.c Progetto: Faianca/dmd
void setScopeIndex(Blockx *blx, block *b, int scope_index)
{
    if (!global.params.is64bit)
        block_appendexp(b, nteh_setScopeTableIndex(blx, scope_index));
}
Esempio n. 2
0
File: s2ir.c Progetto: Rayerd/dmd
void setScopeIndex(Blockx *blx, block *b, int scope_index)
{
    block_appendexp(b, nteh_setScopeTableIndex(blx, scope_index));
}