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

Unified Diff: runtime/vm/os_win.cc

Issue 12629004: Implement native call stub on ARM and native call redirection in ARM simulator. (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/os_win.cc
===================================================================
--- runtime/vm/os_win.cc (revision 19653)
+++ runtime/vm/os_win.cc (working copy)
@@ -259,6 +259,12 @@
}
+const char* OS::ReverseLookupSymbol(uword address) {
+ UNIMPLEMENTED();
+ return NULL;
+}
+
+
void OS::PrintErr(const char* format, ...) {
va_list args;
va_start(args, format);

Powered by Google App Engine
This is Rietveld 408576698