- Add x86_64 support to vm_x86.c

- Fix warning on mingw64
This commit is contained in:
Thilo Schulz 2011-06-01 15:17:18 +00:00
parent 3e229af710
commit c174143dc2
10 changed files with 349 additions and 94 deletions

View file

@ -156,7 +156,7 @@ struct vm_s {
int entryOfs;
int codeLength;
int *instructionPointers;
intptr_t *instructionPointers;
int instructionCount;
byte *dataBase;