branch: externals/dape
commit f89b1610edbec2598d568a7a1ae73b12b0006063
Author: Daniel Pettersson <dan...@dpettersson.net>
Commit: Daniel Pettersson <dan...@dpettersson.net>

    Small disassembly fixups
---
 dape.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dape.el b/dape.el
index 97100dbd8f..d3fbe90b99 100644
--- a/dape.el
+++ b/dape.el
@@ -2897,8 +2897,7 @@ of memory read."
                          :instructionCount ,count
                          :offset 0
                          :instructionOffset ,(- (/ count 2) count)
-                         :resolveSymbols t
-                         ))
+                         :resolveSymbols t))
       (with-current-buffer (get-buffer-create "*dape-disassemble*")
         (dape-disassemble-mode)
         (erase-buffer)
@@ -2931,7 +2930,7 @@ of memory read."
                    (plist-get instruction :address)
                    (plist-get instruction :instruction))
            'line-prefix
-           (when (and current-line-p (not current-instruction-p))
+           (when current-line-p
              (dape--indicator "|" 'vertical-bar nil))
            'dape--disassemble-instruction instruction)))
         (setq-local revert-buffer-function

Reply via email to