1
0

64bit環境でとりあえずコンパイルできるようにした

This commit is contained in:
otya128
2015-08-26 21:55:55 +09:00
parent 435138c8d1
commit 478c3a397e
4 changed files with 17 additions and 19 deletions

View File

@@ -112,7 +112,7 @@ class VM
}
void end()
{
pc = code.length;
pc = cast(int)code.length;
}
void dump()
{