From 0c8cd4711453feb43f2bcd291a770cd67f2f9da8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Sat, 28 Sep 2013 21:21:40 +0000 Subject: [PATCH] [INTERPRETER] * BUG: Fix a structure alignment bug for ARM. git-svn-id: svn://localhost/gambas/trunk@5857 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- main/share/gb_reserved.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/share/gb_reserved.h b/main/share/gb_reserved.h index 685dd774f..dc5e3d009 100644 --- a/main/share/gb_reserved.h +++ b/main/share/gb_reserved.h @@ -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)();