| Index: src/a64/ic-a64.cc
|
| diff --git a/src/a64/ic-a64.cc b/src/a64/ic-a64.cc
|
| index 92c29e1a6cbfdceb937d143f0f68659dc5b89520..feae809a5797d34429ee803e33ad83f8760369e5 100644
|
| --- a/src/a64/ic-a64.cc
|
| +++ b/src/a64/ic-a64.cc
|
| @@ -787,7 +787,7 @@ void LoadIC::GenerateMegamorphic(MacroAssembler* masm, ContextualMode mode) {
|
| // -----------------------------------
|
|
|
| // Probe the stub cache.
|
| - ExtraICState extra_ic_state = IC::ComputeExtraICState(mode);
|
| + ExtraICState extra_ic_state = LoadIC::ComputeExtraICState(mode);
|
| Code::Flags flags = Code::ComputeFlags(
|
| Code::HANDLER, MONOMORPHIC, extra_ic_state,
|
| Code::NORMAL, Code::LOAD_IC);
|
|
|