[INTERPRETER]
* BUG: Make the interpreter compile on 64 bits OS. git-svn-id: svn://localhost/gambas/trunk@2973 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
3412ce6442
commit
74f930e0b6
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ typedef
|
|||
uint size; // 72 120 dynamic class size
|
||||
uint off_event; // 76 124 offset of OBJECT_EVENT structure in the object
|
||||
#ifdef OS_64BITS
|
||||
uint _reserved; // 128
|
||||
uint _reserved2; // 128
|
||||
#endif
|
||||
|
||||
short special[12]; // 100 152 special functions index (_new, _free, ...)
|
||||
|
|
Loading…
Reference in a new issue