[INTERPRETER]

* BUG: Fix a structure alignment bug for ARM.


git-svn-id: svn://localhost/gambas/trunk@5857 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2013-09-28 21:21:40 +00:00
parent f6ff035982
commit 0c8cd47114

View file

@ -306,7 +306,7 @@ typedef
short flag;
unsigned char value;
unsigned char read_switch;
unsigned char priority;
unsigned short priority;
short code;
short subcode;
void (*func)();