March 05, 2013 [D-runtime] [D-Programming-Language/druntime] b59d85: Fix core.atomic for compilers without D_InlineAsm_... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/druntime Commit: b59d85e9e9b3aaf78640d07d852c40f01fad9615 https://github.com/D-Programming-Language/druntime/commit/b59d85e9e9b3aaf78640d07d852c40f01fad9615 Author: kai <kai@redstar.de> Date: 2013-03-03 (Sun, 03 Mar 2013) Changed paths: M src/core/atomic.d Log Message: ----------- Fix core.atomic for compilers without D_InlineAsm_X86/_64. The enum has64BitCAS is not defined in this case and the unittest does not compile. Commit: a0c385bdff5bd20830d5d45bd49b216470fde42f https://github.com/D-Programming-Language/druntime/commit/a0c385bdff5bd20830d5d45bd49b216470fde42f Author: Alex Rønne Petersen <alex@alexrp.com> Date: 2013-03-05 (Tue, 05 Mar 2013) Changed paths: M src/core/atomic.d Log Message: ----------- Merge pull request #428 from redstar/atomic Fix core.atomic for compilers without D_InlineAsm_X86/_64. Compare: https://github.com/D-Programming-Language/druntime/compare/37f9bd215445...a0c385bdff5b |
Copyright © 1999-2021 by the D Language Foundation