mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 06:18:38 +09:00
Fix build error
This commit is contained in:
parent
d87ae3b6bf
commit
072d1ecbb2
1 changed files with 0 additions and 6 deletions
|
|
@ -394,12 +394,6 @@ js::RunScript(JSContext* cx, RunState& state)
|
|||
|
||||
state.script()->ensureNonLazyCanonicalFunction();
|
||||
|
||||
if (jit::TryEnterLoongArchMinimalJit(cx, state))
|
||||
return true;
|
||||
|
||||
if (jit::TryEnterLoongArchMinimalJit(cx, state))
|
||||
return true;
|
||||
|
||||
if (jit::IsIonEnabled(cx)) {
|
||||
jit::MethodStatus status = jit::CanEnter(cx, state);
|
||||
if (status == jit::Method_Error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue