Index: runtime/vm/runtime_entry_ia32.cc |
diff --git a/runtime/vm/runtime_entry_ia32.cc b/runtime/vm/runtime_entry_ia32.cc |
index 612b72b1cd16582ec72f6d6537ec5e7dcdbd88a8..ecd239371b509c3cfe32b718dff4bcd655e4377c 100644 |
--- a/runtime/vm/runtime_entry_ia32.cc |
+++ b/runtime/vm/runtime_entry_ia32.cc |
@@ -33,7 +33,7 @@ void RuntimeEntry::Call(Assembler* assembler, intptr_t argument_count) const { |
// informative error message. |
__ movl(ECX, Immediate(GetEntryPoint())); |
__ movl(EDX, Immediate(argument_count)); |
- __ call(&Isolate::Current()->stub_code()->CallToRuntimeLabel()); |
+ __ call(&StubCode::CallToRuntimeLabel()); |
} |
} |