From 4be05c2650ce48efaac93a92bb0e3f62773795b2 Mon Sep 17 00:00:00 2001 From: Neale Ferguson Date: Mon, 22 Jun 2009 21:39:16 +0000 Subject: [PATCH] Fix typo in GC_compare_and_exchange svn path=/trunk/mono/; revision=136648 --- ChangeLog | 4 ++++ include/private/gc_locks.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5e4e2844..923c82ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-06-22 Neale Ferguson + + * include/private/gc_locks.h: Fix typo in 390 version of GC_compare_and_exchange + 2009-06-16 Geoff Norton * include/private/gcconfig.h: Disable static scanning on this platform diff --git a/include/private/gc_locks.h b/include/private/gc_locks.h index 83fe57d9..6692df8f 100644 --- a/include/private/gc_locks.h +++ b/include/private/gc_locks.h @@ -565,7 +565,7 @@ # endif /* ALPHA */ # if defined(S390) # if !defined(GENERIC_COMPARE_AND_SWAP) - inline static GC_bool GC_compare_and_exchange(volatile C_word *addr, + inline static GC_bool GC_compare_and_exchange(volatile GC_word *addr, GC_word old, GC_word new_val) { int retval; -- 2.40.0