translate_sse: fix x86-64

This commit is contained in:
Luca Barbieri 2010-08-23 23:21:18 +02:00
parent 76e96d74f4
commit d1e6b31cb8

View file

@ -1224,6 +1224,7 @@ static boolean incr_inputs( struct translate_sse *p,
}
}
else {
x64_rexw(p->func);
x86_lea(p->func, p->idx_ESI, x86_make_disp(p->idx_ESI, index_size));
}