mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 19:00:13 +01:00
translate_sse: fix x86-64
This commit is contained in:
parent
76e96d74f4
commit
d1e6b31cb8
1 changed files with 1 additions and 0 deletions
|
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue