Skip to content

Commit

Permalink
Updated INITIAL_ROW_COUNT
Browse files Browse the repository at this point in the history
  • Loading branch information
gzachos committed Oct 24, 2018
1 parent 8694e31 commit 035ac36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mars/tools/StackVisualizer.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class StackVisualizer extends AbstractMarsToolAndApplication {
private static final int I_RS_OPERAND_LIST_INDEX = 0; // I-format RS (source register) index
private static final int J_ADDR_OPERAND_LIST_INDEX = 0; // J-format Address index
private static final int R_RS_OPERAND_LIST_INDEX = 0; // R-format RS (source register) index
private static final int INITIAL_ROW_COUNT = 24;
private static final int INITIAL_ROW_COUNT = 30;
private static final int INITIAL_MAX_SP_VALUE = SP_INIT_ADDR + 3;
private static final int maxSpValue = INITIAL_MAX_SP_VALUE;
private static int maxSpValueWordAligned = SP_INIT_ADDR;
Expand Down

0 comments on commit 035ac36

Please # to comment.