| 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>
|
|
|