From: Mathieu Desnoyers Date: Sun, 6 Dec 2009 23:35:31 +0000 (-0500) Subject: Fix s390 uatomic ops new compiler support X-Git-Tag: v0.3.2~4 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=0cdbb97c1452c0413c99db75b9841fe3b6243618 Fix s390 uatomic ops new compiler support Signed-off-by: Mathieu Desnoyers --- diff --git a/urcu/uatomic_arch_s390.h b/urcu/uatomic_arch_s390.h index e5e1114..c4ca056 100644 --- a/urcu/uatomic_arch_s390.h +++ b/urcu/uatomic_arch_s390.h @@ -59,7 +59,7 @@ #define MEMOP_OUT(addr) "=Q" (*(addr)) #define MEMOP_IN "Q" (*(addr)) -#define MEMOP_REF(op) op /* op refer to MEMOP_IN operand */ +#define MEMOP_REF(op) #op /* op refer to MEMOP_IN operand */ #else /* !COMPILER_HAVE_SHORT_MEM_OPERAND */