diff --git a/memoryContainer.js b/memoryContainer.js index 3705e45..ff5f29a 100644 --- a/memoryContainer.js +++ b/memoryContainer.js @@ -75,6 +75,7 @@ const vm = createApp({ if(cell[1][0] === 'C_ARRAY') { this.flatArray(cell, arrayCells) } + cell[2] = false; } localsArray.push(...arrayCells); @@ -127,6 +128,7 @@ const vm = createApp({ cell[1][2][3] = '?'; } this.flatArray(cell, arrayCells); + cell[2] = true; } heapArray.push(...arrayCells);