Browse Source

Fix typo

master
catbref 5 years ago
parent
commit
9a6b49970e
  1. 2
      Java/src/test/java/common/TestUtils.java

2
Java/src/test/java/common/TestUtils.java

@ -6,7 +6,7 @@ import org.ciyam.at.MachineState;
public class TestUtils { public class TestUtils {
// v3 constants replicated due to private cope in MachineState // v3 constants replicated due to private scope in MachineState
public static final int CODE_PAGE_SIZE = 1; public static final int CODE_PAGE_SIZE = 1;
public static final int DATA_PAGE_SIZE = MachineState.VALUE_SIZE; public static final int DATA_PAGE_SIZE = MachineState.VALUE_SIZE;
public static final int CALL_STACK_PAGE_SIZE = MachineState.ADDRESS_SIZE; public static final int CALL_STACK_PAGE_SIZE = MachineState.ADDRESS_SIZE;

Loading…
Cancel
Save