rtasm: fix debug build

This commit is contained in:
Keith Whitwell 2008-10-06 11:54:22 +01:00
parent 53d4706c6c
commit 7053f8c902

View file

@ -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);