Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`gdc` doesn't have `D_InlineAsm_X86_64` as it uses different asm syntax than `dmd`. One can use `version(GNU) version(X86_64)`, but this is unnecessary. as imported modules do not use any assembler, just enum definitions for each system. Fixes #94
- Loading branch information