[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:
Benoît Minisini 2010-05-27 21:27:42 +00:00
parent 3412ce6442
commit 74f930e0b6

View file

@ -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, ...)