OK
This commit is contained in:
@@ -3,7 +3,7 @@ package li.cil.circuity.api.vm.device.memory;
|
||||
public final class Sizes {
|
||||
public static final int SIZE_8 = 8;
|
||||
public static final int SIZE_16 = 16;
|
||||
public static final int SIZE_32 = 8;
|
||||
public static final int SIZE_32 = 32;
|
||||
|
||||
public static final int SIZE_8_LOG2 = 0;
|
||||
public static final int SIZE_16_LOG2 = 1;
|
||||
|
||||
Reference in New Issue
Block a user