mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
rtasm: fix debug build
This commit is contained in:
parent
53d4706c6c
commit
7053f8c902
1 changed files with 1 additions and 1 deletions
|
|
@ -657,7 +657,7 @@ void sse_movntps( struct x86_function *p,
|
|||
struct x86_reg dst,
|
||||
struct x86_reg src)
|
||||
{
|
||||
DUMP_RR( dst, reg );
|
||||
DUMP_RR( dst, src );
|
||||
|
||||
assert(dst.mod != mod_REG);
|
||||
assert(src.mod == mod_REG);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue