Revision 623e265c translate-all.c

b/translate-all.c
187 187
    s->tb_jmp_offset = NULL;
188 188
    s->tb_next = tb->tb_next;
189 189
#endif
190
    j = dyngen_code_search_pc(s, searched_pc - tc_ptr);
190
    j = dyngen_code_search_pc(s, (uint8_t *)tc_ptr, searched_pc - tc_ptr);
191 191
    if (j < 0)
192 192
        return -1;
193 193
    /* now find start of instruction before */

Also available in: Unified diff