[D-runtime] [D-Programming-Language/druntime] b59d85: Fix core.atomic for compilers without D_InlineAsm_...
GitHub
noreply at github.com
Tue Mar 5 14:02:44 PST 2013
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 at 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 at 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
More information about the D-runtime
mailing list