Fixed ExprFilter emitting corrupt LIR when reducing guards.

This commit is contained in:
David Anderson 2008-08-13 11:11:37 -07:00
parent fa3085ca3d
commit b070351870

View File

@ -837,7 +837,7 @@ namespace nanojit
} }
else { else {
// need a way to EOT now, since this is trace end. // need a way to EOT now, since this is trace end.
return out->insGuard(LIR_x, 0, x); return out->insGuard(LIR_x, out->insImm(1), x);
} }
} }
else { else {