Fix alignment: part 2

This commit is contained in:
Ilmir Usmanov
2014-10-14 14:26:52 +04:00
parent c4ba033970
commit 053cbc769f
10 changed files with 9 additions and 17 deletions
+1 -1
View File
@@ -40,12 +40,12 @@ rewritable_opcode_type;
typedef struct
{
uint8_t args_count;
union
{
void (*fun1) (idx_t);
}
funs;
uint8_t args_count;
}
intrinsic_dumper;