Revision efc0a514 translate-all.c

b/translate-all.c
104 104
#ifdef USE_DIRECT_JUMP
105 105
    s->tb_jmp_offset = tb->tb_jmp_offset;
106 106
    s->tb_next = NULL;
107
    /* the following two entries are optional (only used for string ops) */
108
    /* XXX: not used ? */
109
    tb->tb_jmp_offset[2] = 0xffff;
110
    tb->tb_jmp_offset[3] = 0xffff;
111 107
#else
112 108
    s->tb_jmp_offset = NULL;
113 109
    s->tb_next = tb->tb_next;

Also available in: Unified diff