Revision 2ba1eeb6 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, (uint8_t *)tc_ptr, 
191
                              (void *)searched_pc); 
190
    j = dyngen_code_search_pc(s, searched_pc - tc_ptr);
192 191
    if (j < 0)
193 192
        return -1;
194 193
    /* now find start of instruction before */

Also available in: Unified diff