Index: src/ia32/code-stubs-ia32.h |
diff --git a/src/ia32/code-stubs-ia32.h b/src/ia32/code-stubs-ia32.h |
index 7943f26c33db95ee853bd9879685c12f9057b1cc..eabb5a56a7ef951190b3713bb63ef6ea93cb4cb1 100644 |
--- a/src/ia32/code-stubs-ia32.h |
+++ b/src/ia32/code-stubs-ia32.h |
@@ -109,6 +109,7 @@ class NameDictionaryLookupStub: public PlatformCodeStub { |
class IndexBits: public BitField<int, 6, 3> {}; |
class LookupModeBits: public BitField<LookupMode, 9, 1> {}; |
+ DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR(); |
DEFINE_PLATFORM_CODE_STUB(NameDictionaryLookup, PlatformCodeStub); |
}; |
@@ -190,6 +191,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 ecx (needed for shift operations). The input is two registers |