- Add x86_64 support to vm_x86.c
- Fix warning on mingw64
This commit is contained in:
parent
3e229af710
commit
c174143dc2
10 changed files with 349 additions and 94 deletions
|
@ -156,7 +156,7 @@ struct vm_s {
|
|||
int entryOfs;
|
||||
int codeLength;
|
||||
|
||||
int *instructionPointers;
|
||||
intptr_t *instructionPointers;
|
||||
int instructionCount;
|
||||
|
||||
byte *dataBase;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue