From e65f38b97d59002eb8161e41bb7f1a479f255d15 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 5 Dec 2015 00:56:52 +0000 Subject: ruby_atomic.h: fix old value type of ATOMIC_CAS * ruby_atomic.h (ATOMIC_CAS): old value to be swapped should be same as the destination. immediate value may need type promotion. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b7bed58699..6c898127a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -Sat Dec 5 09:25:41 2015 Nobuyoshi Nakada +Sat Dec 5 09:56:50 2015 Nobuyoshi Nakada + + * ruby_atomic.h (ATOMIC_CAS): old value to be swapped should be + same as the destination. immediate value may need type + promotion. * ruby_atomic.h (ATOMIC_SIZE_CAS): fix the argument order of InterlockedCompareExchange64. new value and then old value is -- cgit v1.2.3