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

Unified Diff: runtime/vm/code_patcher_arm.cc

Issue 8588014: Addition to CodePatcher (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 9 years, 1 month 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/code_patcher_arm.cc
===================================================================
--- runtime/vm/code_patcher_arm.cc (revision 1596)
+++ runtime/vm/code_patcher_arm.cc (working copy)
@@ -21,6 +21,11 @@
}
+bool CodePatcher::IsDartCall(uword return_address) {
+ UNIMPLEMENTED();
srdjan 2011/11/17 01:32:55 Add return false.
hausner 2011/11/17 16:33:02 Done.
+}
+
+
void CodePatcher::GetInstanceCallAt(uword return_address,
String* function_name,
int* num_arguments,

Powered by Google App Engine
This is Rietveld 408576698