Index: src/x64/code-stubs-x64.h |
diff --git a/src/x64/code-stubs-x64.h b/src/x64/code-stubs-x64.h |
index 7d174e58e6dae4ac3f3d6eab6272ee311c52a32b..d17fa1b5ff93531adecf4f36292cf67217c0eecf 100644 |
--- a/src/x64/code-stubs-x64.h |
+++ b/src/x64/code-stubs-x64.h |
@@ -104,6 +104,7 @@ class NameDictionaryLookupStub: public PlatformCodeStub { |
class IndexBits: public BitField<int, 8, 4> {}; |
class LookupModeBits: public BitField<LookupMode, 12, 1> {}; |
+ DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR(); |
DEFINE_PLATFORM_CODE_STUB(NameDictionaryLookup, PlatformCodeStub); |
}; |
@@ -182,6 +183,8 @@ class RecordWriteStub: public PlatformCodeStub { |
CpuFeatures::FlushICache(stub->instruction_start(), 7); |
} |
+ DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR(); |
+ |
private: |
// This is a helper class for freeing up 3 scratch registers, where the third |
// is always rcx (needed for shift operations). The input is two registers |