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

Unified Diff: runtime/vm/native_entry.cc

Issue 251043003: Observatory Display PC descriptors with disassembling (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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/native_entry.cc
diff --git a/runtime/vm/native_entry.cc b/runtime/vm/native_entry.cc
index 9e5fa8e8bdebc99aa58a759f6f2936b1a83d865b..7fce0e912bd6438170d27a135e7717b1bda242dc 100644
--- a/runtime/vm/native_entry.cc
+++ b/runtime/vm/native_entry.cc
@@ -44,7 +44,7 @@ NativeFunction NativeEntry::ResolveNative(const Library& library,
const uint8_t* NativeEntry::ResolveSymbolInLibrary(const Library& library,
- uword pc) {
+ uword pc) {
if (library.native_entry_symbol_resolver() == 0) {
// Cannot reverse lookup native entries.
return NULL;

Powered by Google App Engine
This is Rietveld 408576698