Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add workaround for GnuCOBOL codegen bug on Aarch64
This is a workaround for issue #260. GnuCOBOL with -debug generates different C code on x86_64 and aarch64, with the latter leading to broken variable access when multiple tables are involved in the same statement. This is due to differences in support for unaligned memory accesses between the two architectures.
- Loading branch information