Index: src/x64/codegen-x64.cc |
diff --git a/src/x64/codegen-x64.cc b/src/x64/codegen-x64.cc |
index 00ee51348f166b7fb09f774a023bdf80cda3a4c2..9cf85c416069a8c6ceee523405e6949cd266b701 100644 |
--- a/src/x64/codegen-x64.cc |
+++ b/src/x64/codegen-x64.cc |
@@ -8755,7 +8755,7 @@ ModuloFunction CreateModuloFunction() { |
&actual_size, |
true)); |
CHECK(buffer); |
- Assembler masm(Isolate::Current(), buffer, static_cast<int>(actual_size)); |
+ Assembler masm(NULL, 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). |