Index: src/x64/codegen-x64.cc |
diff --git a/src/x64/codegen-x64.cc b/src/x64/codegen-x64.cc |
index bef19653b155d9d348d069128c42249d50c0168e..0662c3d5beb515827c3cd010a3abda7a5550f997 100644 |
--- a/src/x64/codegen-x64.cc |
+++ b/src/x64/codegen-x64.cc |
@@ -7759,7 +7759,7 @@ ModuloFunction CreateModuloFunction() { |
&actual_size, |
true)); |
CHECK(buffer); |
- Assembler masm(buffer, actual_size); |
+ Assembler masm(buffer, static_cast<int>(actual_size)); |
// Generated code is put into a fixed, unmovable, buffer, and not into |
// the V8 heap. We can't, and don't, refer to any relocatable addresses |
// (e.g. the JavaScript nan-object). |