$OpenBSD: patch-deps_v8_src_wasm_wasm-code-manager_cc,v 1.1 2019/01/21 23:46:01 abieber Exp $

Index: deps/v8/src/wasm/wasm-code-manager.cc
--- deps/v8/src/wasm/wasm-code-manager.cc.orig
+++ deps/v8/src/wasm/wasm-code-manager.cc
@@ -68,7 +68,7 @@ constexpr bool kModuleCanAllocateMoreMemory = false;
 void GenerateJumpTrampoline(MacroAssembler* masm, Address target) {
   UseScratchRegisterScope temps(masm);
   Register scratch = temps.AcquireX();
-  __ Mov(scratch, reinterpret_cast<uint64_t>(target));
+  __ Mov(scratch, static_cast<uint64_t>(target));
   __ Br(scratch);
 }
 #undef __
