Index: runtime/vm/stub_code_mips.cc |
diff --git a/runtime/vm/stub_code_mips.cc b/runtime/vm/stub_code_mips.cc |
index ff8a4013071624aef801d02b0d231015a88c1124..410fd139789b285cc431f397c82d4c70a1c5f718 100644 |
--- a/runtime/vm/stub_code_mips.cc |
+++ b/runtime/vm/stub_code_mips.cc |
@@ -903,6 +903,7 @@ void StubCode::GenerateInvokeDartCodeStub(Assembler* assembler) { |
// Load arguments descriptor array into S4, which is passed to Dart code. |
__ lw(S4, Address(A1, VMHandles::kOffsetOfRawPtrInHandle)); |
+ // No need to check for type args, disallowed by DartEntry::InvokeFunction. |
// Load number of arguments into S5. |
__ lw(T1, FieldAddress(S4, ArgumentsDescriptor::count_offset())); |
__ SmiUntag(T1); |