Author: agrundman
Date: Wed May 26 12:49:24 2010
New Revision: 8822

URL: http://svn.slimdevices.com/jive?rev=8822&view=rev
Log:
Revert bad change

Modified:
    7.6/trunk/squeezeplay/src/squeezeplay/src/audio/fixed_math.h

Modified: 7.6/trunk/squeezeplay/src/squeezeplay/src/audio/fixed_math.h
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/squeezeplay/src/audio/fixed_math.h?rev=8822&r1=8821&r2=8822&view=diff
==============================================================================
--- 7.6/trunk/squeezeplay/src/squeezeplay/src/audio/fixed_math.h (original)
+++ 7.6/trunk/squeezeplay/src/squeezeplay/src/audio/fixed_math.h Wed May 26 
12:49:24 2010
@@ -57,7 +57,6 @@
 static inline fft_fixed fixed_mul(fft_fixed x, fft_fixed y) {
        register s32_t __hi, __lo, __result;
        asm(
-               ".arm\n\t"
                "smull %0, %1, %3, %4\n\t"
                "movs %0, %0, lsr #16\n\t"
                "adc %2, %0, %1, lsl #16"

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to