mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 13:10:10 +01:00
gallium: fix broken x86_call()
This commit is contained in:
parent
02250c855f
commit
4d184cc331
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ void x86_call( struct x86_function *p, void (*label)())
|
|||
void x86_call( struct x86_function *p, struct x86_reg reg)
|
||||
{
|
||||
emit_1ub(p, 0xff);
|
||||
emit_modrm(p, reg, reg);
|
||||
emit_modrm_noreg(p, 2, reg);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue