VDBFramePresenter.st
changeset 111 a70313e80780
parent 92 fa04de209c69
child 113 1a40f33af921
--- a/VDBFramePresenter.st	Thu Sep 27 21:27:59 2018 +0100
+++ b/VDBFramePresenter.st	Fri Sep 28 10:09:50 2018 +0100
@@ -114,16 +114,12 @@
 !
 
 doDisassemble
-    | disassembly |
-
-    disassembly := frame disassemble.
     VDBInstructionListApplication new
         title: (self class classResources string: '%1 (disassembly)' with: frame func ? '?');
         frame: frame;
-        instructionList: disassembly;
         open.
 
-    "Modified: / 07-08-2018 / 13:25:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 28-09-2018 / 06:55:47 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !VDBFramePresenter methodsFor:'menu-queries'!