| Index: test/fuzzer/wasm-code.cc
|
| diff --git a/test/fuzzer/wasm-code.cc b/test/fuzzer/wasm-code.cc
|
| index 2ae5d133362f54fede3806cc6ee003286928dfc2..49411c3f418606263f2a7ad89a829fc1adeea511 100644
|
| --- a/test/fuzzer/wasm-code.cc
|
| +++ b/test/fuzzer/wasm-code.cc
|
| @@ -91,7 +91,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
|
| i_isolate, instance, &compiler_thrower, "main", arraysize(arguments),
|
| arguments, v8::internal::wasm::ModuleOrigin::kWasmOrigin);
|
| }
|
| - if (result_interpreted == 0xdeadbeef) {
|
| + if (result_interpreted == bit_cast<int32_t>(0xdeadbeef)) {
|
| CHECK(i_isolate->has_pending_exception());
|
| i_isolate->clear_pending_exception();
|
| } else {
|
|
|