summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/svolume_arm.c
diff options
context:
space:
mode:
authorKurt Taylor <kurt.taylor@linaro.org>2011-02-18 14:30:03 +0000
committerColin Guthrie <cguthrie@mandriva.org>2011-02-21 10:15:41 +0000
commitb7779ecce0e6e1d2d6a56c4d97393baf08235c04 (patch)
tree2cb9ecfd6a36d1c719a049c68a3b5d0384916c84 /src/pulsecore/svolume_arm.c
parent051d82133f0ae6a57bf66fd200bc8e3591a7d5ca (diff)
PulseAudio: added IT block to fix thumb conditional instruction build error messages
See: http://pulseaudio.org/ticket/914 Tweaked-By: Arun Raghavan <arun.raghavan@collabora.co.uk>
Diffstat (limited to 'src/pulsecore/svolume_arm.c')
-rw-r--r--src/pulsecore/svolume_arm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/svolume_arm.c b/src/pulsecore/svolume_arm.c
index 3973e518..c2830cfd 100644
--- a/src/pulsecore/svolume_arm.c
+++ b/src/pulsecore/svolume_arm.c
@@ -39,6 +39,7 @@
#define MOD_INC() \
" subs r0, r6, %2 \n\t" \
+ " itt cs \n\t" \
" addcs r0, %1 \n\t" \
" movcs r6, r0 \n\t"