VDBInstructionListApplication.st
changeset 94 e76206d071fc
parent 93 bd0a7febf26d
child 101 ef31619bc09c
--- a/VDBInstructionListApplication.st	Thu Aug 16 14:10:57 2018 +0100
+++ b/VDBInstructionListApplication.st	Mon Aug 20 11:00:23 2018 +0100
@@ -286,7 +286,7 @@
 
     root := self internalListHolder root.
     root children:
-        (self instructionListHolder value collect:[:model | 
+        ((self instructionListHolder value ? #()) collect:[:model | 
             (model isKindOf: GDBInstructionsAndSourceLine) ifTrue:[
                 (VDBInstructionsAndSourcePresenter new) setInstructionsAndSource: model;
                     parent:root;
@@ -308,7 +308,7 @@
     self enqueueDelayedUpdateBasicBlocks.
 
     "Created: / 27-02-2015 / 15:47:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 07-08-2018 / 13:45:39 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 16-08-2018 / 16:13:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 delayedUpdateSelection