1
0

Add function data to stack frame

This commit is contained in:
otya128
2016-12-24 19:29:37 +09:00
parent edf4b8b185
commit d3c4392087
3 changed files with 23 additions and 1 deletions

View File

@@ -85,7 +85,7 @@ class DataTable
}
class Function
{
static const frameSize = 3;
static const frameSize = 4;
int address;
wstring name;
int argCount;