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

Unified Diff: runtime/bin/vmservice/client/lib/src/elements/disassembly_entry.html

Issue 194503006: Code view tweaks and crasher fix (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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/bin/vmservice/client/lib/src/elements/disassembly_entry.html
diff --git a/runtime/bin/vmservice/client/lib/src/elements/disassembly_entry.html b/runtime/bin/vmservice/client/lib/src/elements/disassembly_entry.html
index 5f2b4834afafc17fcba9fe8a1860f0a217014d1d..d930c9761ef76651feb5cd0ef7173d1dc7ebb13a 100644
--- a/runtime/bin/vmservice/client/lib/src/elements/disassembly_entry.html
+++ b/runtime/bin/vmservice/client/lib/src/elements/disassembly_entry.html
@@ -12,9 +12,9 @@
}
</style>
<div class="row">
- <div class="col-md-2 monospace">{{ instruction.formattedAddress() }}</div>
<div class="col-md-2 monospace">{{ instruction.formattedInclusive(code) }}</div>
<div class="col-md-2 monospace">{{ instruction.formattedExclusive(code) }}</div>
+ <div class="col-md-2 monospace">{{ instruction.formattedAddress() }}</div>
<div class="col-md-6 monospace">{{ instruction.human }}</div>
</div>
</template>
« no previous file with comments | « runtime/bin/vmservice/client/lib/src/elements/code_view.html ('k') | runtime/bin/vmservice/client/lib/src/service/object.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698