https://issues.dlang.org/show_bug.cgi?id=11788
--- Comment #6 from [email protected] --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/ecbff2da4668e78304138131ef15f00bac00ab00 Fix Issue 11788 - [x86] Valgrind unhandled instruction bytes: 0xC8 0x8 0x0 0x0 Use combination of PUSH, MOV and SUB instead of unsupported ENTER instruction https://github.com/D-Programming-Language/dmd/commit/2115e0c3f2ef3a20af1cd244e1195418514a1020 Merge pull request #3609 from yebblies/issue11788 Issue 11788 - [x86] Valgrind unhandled instruction bytes: 0xC8 0x8 0x0 0x0 --
