From 2ed965bfc2c2ea9c804a0866ae9c88a74f18ca89 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Thu, 11 Jul 2013 00:46:24 -0400 Subject: [PATCH] ck_pr_rtm: Fix xtest output clobber identifier. --- include/gcc/x86_64/ck_pr_rtm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gcc/x86_64/ck_pr_rtm.h b/include/gcc/x86_64/ck_pr_rtm.h index 889efc1..aaa956b 100644 --- a/include/gcc/x86_64/ck_pr_rtm.h +++ b/include/gcc/x86_64/ck_pr_rtm.h @@ -98,7 +98,7 @@ ck_pr_rtm_test(void) __asm__ __volatile__(".byte 0x0f,0x01,0xd6;" "setnz %0" - : "=r" (out) + : "=r" (r) : : "memory");