arm: Add a missing # as prefix for an immediate constant
authorMartin Storsjö <martin@martin.st>
Tue, 7 Jan 2014 12:01:24 +0000 (14:01 +0200)
committerMartin Storsjö <martin@martin.st>
Tue, 7 Jan 2014 17:30:13 +0000 (19:30 +0200)
Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/arm/vp3dsp_neon.S

index e5ecfc3..58bd97d 100644 (file)
@@ -355,7 +355,7 @@ function ff_vp3_idct_dc_add_neon, export=1
     mov             r3,  r0
     add             r12, r12,  #15
     vdup.16         q15, r12
-    mov             r12, 0
+    mov             r12, #0
     strh            r12, [r2]
     vshr.s16        q15, q15, #5