GDBInstruction.st
changeset 261 45c8f1eedf12
parent 260 a1a3e5b7b693
child 272 cdd1c9ad00de
--- a/GDBInstruction.st	Wed Aug 10 19:58:13 2022 +0100
+++ b/GDBInstruction.st	Thu Sep 01 23:18:55 2022 +0100
@@ -73,7 +73,6 @@
     "Modified: / 03-07-2018 / 14:40:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !GDBInstruction methodsFor:'accessing'!
 
 address
@@ -97,10 +96,11 @@
     dissection isNil ifTrue:[
         self dissect
     ].
-    ^ dissection branchTarget
+    ^ dissection branchTargetFrom: address
 
     "Created: / 16-08-2018 / 11:13:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 16-08-2018 / 14:11:43 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 01-09-2022 / 22:44:04 / Jan Vrany <jan.vrany@labware.com>"
 !
 
 breakpoints