mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
Fixed ExprFilter emitting corrupt LIR when reducing guards.
This commit is contained in:
parent
81e22ff457
commit
ee2694d8ff
@ -837,7 +837,7 @@ namespace nanojit
|
||||
}
|
||||
else {
|
||||
// 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 {
|
||||
|
Loading…
Reference in New Issue
Block a user