From patchwork Fri Feb 18 17:36:38 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kurt Taylor X-Patchwork-Id: 178 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:40:34 -0000 Delivered-To: patches@linaro.org Received: by 10.146.25.23 with SMTP id 23cs105418yay; Fri, 18 Feb 2011 09:36:39 -0800 (PST) Received: by 10.224.6.80 with SMTP id 16mr852871qay.286.1298050599622; Fri, 18 Feb 2011 09:36:39 -0800 (PST) Received: from mail-qy0-f171.google.com (mail-qy0-f171.google.com [209.85.216.171]) by mx.google.com with ESMTPS id u18si4937156qcr.161.2011.02.18.09.36.39 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 18 Feb 2011 09:36:39 -0800 (PST) Received-SPF: neutral (google.com: 209.85.216.171 is neither permitted nor denied by best guess record for domain of kurt.taylor@linaro.org) client-ip=209.85.216.171; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.216.171 is neither permitted nor denied by best guess record for domain of kurt.taylor@linaro.org) smtp.mail=kurt.taylor@linaro.org Received: by qyj19 with SMTP id 19so55129qyj.16 for ; Fri, 18 Feb 2011 09:36:39 -0800 (PST) MIME-Version: 1.0 Received: by 10.224.11.11 with SMTP id r11mr838919qar.328.1298050599011; Fri, 18 Feb 2011 09:36:39 -0800 (PST) Received: by 10.224.67.212 with HTTP; Fri, 18 Feb 2011 09:36:38 -0800 (PST) Date: Fri, 18 Feb 2011 11:36:38 -0600 Message-ID: Subject: [PATCH] PulseAudio: added IT block to fix thumb conditional instruction build error messages From: Kurt Taylor To: linaro-dev@lists.linaro.org, patches@linaro.org From: Kurt Taylor Date: Fri, 18 Feb 2011 14:30:03 +0000 Subject: [PATCH] PulseAudio: added IT block to fix thumb conditional instruction build error messages --- src/pulsecore/svolume_arm.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/pulsecore/svolume_arm.c b/src/pulsecore/svolume_arm.c index 3973e51..a141ba1 100644 --- a/src/pulsecore/svolume_arm.c +++ b/src/pulsecore/svolume_arm.c @@ -39,7 +39,9 @@ #define MOD_INC() \ " subs r0, r6, %2 \n\t" \ + " it cs \n\t" \ " addcs r0, %1 \n\t" \ + " it cs \n\t" \ " movcs r6, r0 \n\t" static void