Skip to content

Commit a3dd7dc

Browse files
committed
[JSC] Drop wasm stale assertion
https://bugs.webkit.org/show_bug.cgi?id=242047 rdar://95866655 Reviewed by Mark Lam. This patch drops stale assertion in addDelegateToUnreachable. * Source/JavaScriptCore/wasm/WasmLLIntGenerator.cpp: (JSC::Wasm::LLIntGenerator::addDelegateToUnreachable): Canonical link: https://commits.webkit.org/251902@main
1 parent b90ad69 commit a3dd7dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/JavaScriptCore/wasm/WasmLLIntGenerator.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,6 @@ auto LLIntGenerator::addDelegateToUnreachable(ControlType& target, ControlType&
11821182

11831183
ControlTry& tryData = std::get<ControlTry>(data);
11841184
m_codeBlock->addExceptionHandler({ HandlerType::Delegate, tryData.m_try->location(), delegateLabel->location(), 0, m_tryDepth, targetDepth });
1185-
checkConsistency();
11861185
return { };
11871186
}
11881187

0 commit comments

Comments
 (0)