Assert on bogus always-exit guards.

This commit is contained in:
Andreas Gal 2008-08-13 12:01:06 -07:00
parent b070351870
commit 76a2288dcc

View File

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