fix for x86_64

This commit is contained in:
kr.angelov
2013-06-26 06:43:33 +00:00
parent 4e1b19c1af
commit 38b3dfcad6
3 changed files with 5 additions and 3 deletions

View File

@@ -283,7 +283,7 @@ pgf_jit_done(PgfJitState* state, PgfAbstr* abstr)
gu_map_get(abstr->cats, &patch->cid, PgfAbsCat*);
gu_assert(arg != NULL);
jit_patch_at(patch->ref,(jit_insn*) arg->predicate);
jit_patch_calli(patch->ref,(jit_insn*) arg->predicate);
}
jit_flush_code(state->buf, jit_get_ip().ptr);