Index: test/cctest/compiler/test-run-wasm-machops.cc |
diff --git a/test/cctest/compiler/test-run-wasm-machops.cc b/test/cctest/compiler/test-run-wasm-machops.cc |
index 29709e981b02325e003cfd7e9a6d37b078cee54f..128cf28a12f954122ffaf77639a4144e5ef8ae58 100644 |
--- a/test/cctest/compiler/test-run-wasm-machops.cc |
+++ b/test/cctest/compiler/test-run-wasm-machops.cc |
@@ -18,8 +18,8 @@ using namespace v8::internal; |
using namespace v8::internal::compiler; |
static void UpdateMemoryReferences(Handle<Code> code, Address old_base, |
- Address new_base, size_t old_size, |
- size_t new_size) { |
+ Address new_base, int32_t old_size, |
+ int32_t new_size) { |
Isolate* isolate = CcTest::i_isolate(); |
bool modified = false; |
int mode_mask = (1 << RelocInfo::WASM_MEMORY_REFERENCE); |