commit | 152e415b0d0d11078578e3268776465ffc58871a | [log] [tgz] |
---|---|---|
author | Franklin Wei <git@fwei.tk> | Tue Jul 09 17:34:09 2019 -0400 |
committer | Franklin Wei <git@fwei.tk> | Tue Jul 09 17:34:09 2019 -0400 |
tree | 8c02b91f4c4bdc74878a90499efd0ed2774d281d | |
parent | b1f16371b0c729ac12ff2cd654cd34a6121fa02a [diff] |
wolf3d: fix FM OPL alignment bug in a cleaner way wl_def.h has a #pragma pack(1), which causes issues when we take the address of an unaligned struct field. This fixes the issue by disabling packing in fmopl_gpl.c. Change-Id: I526880fa73226e8028855896f7efc3a66571b3ec