1
0
This commit is contained in:
otya128
2016-02-23 21:47:37 +09:00
parent 0ad8cdc587
commit df7ed4aa28

View File

@@ -11,7 +11,7 @@ import std.conv;
import std.stdio; import std.stdio;
struct VMVariable struct VMVariable
{ {
int index; sizediff_t index;
ValueType type; ValueType type;
this(int index, ValueType type) this(int index, ValueType type)
{ {