| Index: src/x87/code-stubs-x87.h
|
| diff --git a/src/x87/code-stubs-x87.h b/src/x87/code-stubs-x87.h
|
| index b8fef1fb39c579e09a8878c395a369a033b1cec7..49462bc5c4622a29b5552345ba4ed301517aab3c 100644
|
| --- a/src/x87/code-stubs-x87.h
|
| +++ b/src/x87/code-stubs-x87.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);
|
| };
|
|
|
| @@ -188,6 +189,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
|
|
|