x86: fix assignment in assert typo

This commit is contained in:
Keith Whitwell 2008-02-13 18:29:29 +00:00
parent 66640c4b58
commit a856b399e6

View file

@ -820,7 +820,7 @@ static void x87_arith_op( struct x86_function *p, struct x86_reg dst, struct x86
assert(0);
}
else if (dst.idx == 0) {
assert(arg.file = file_REG32);
assert(arg.file == file_REG32);
emit_1ub(p, 0xd8);
emit_modrm_noreg(p, argmem_noreg, arg);
}