[Webkit-unassigned] [Bug 222315] Enable WASM on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 4 14:30:03 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=222315

--- Comment #13 from Darin Adler <darin at apple.com> ---
Comment on attachment 467540
  --> https://bugs.webkit.org/attachment.cgi?id=467540
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=467540&action=review

> Source/JavaScriptCore/wasm/WasmSlowPaths.cpp:764
> +        WASM_RETURN_TWO(bitwise_cast<void*>(static_cast<uintptr_t>(1L)), bitwise_cast<void*>(static_cast<uintptr_t>(Wasm::ExceptionType::OutOfBoundsTableAccess)));

This can just be 1 instead of 1L now that we are casting it to an integer type.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230904/0c4d37c0/attachment.htm>


More information about the webkit-unassigned mailing list