Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(870)

Unified Diff: runtime/vm/instructions_mips_test.cc

Issue 13473010: Adds native/leaf runtime call stub and redirection on MIPS. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/instructions_mips_test.cc
===================================================================
--- runtime/vm/instructions_mips_test.cc (revision 20788)
+++ runtime/vm/instructions_mips_test.cc (working copy)
@@ -33,7 +33,8 @@
ASSEMBLER_TEST_GENERATE(Jump, assembler) {
- UNIMPLEMENTED();
+ __ BranchPatchable(&StubCode::InstanceFunctionLookupLabel());
+ __ BranchPatchable(&StubCode::AllocateArrayLabel());
}

Powered by Google App Engine
This is Rietveld 408576698