summaryrefslogtreecommitdiff
path: root/apps/plugins/jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/jpeg.c')
-rw-r--r--apps/plugins/jpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/jpeg.c b/apps/plugins/jpeg.c
index 24eae53440..bf1b110bd1 100644
--- a/apps/plugins/jpeg.c
+++ b/apps/plugins/jpeg.c
@@ -187,7 +187,7 @@ INLINE unsigned range_limit(int value)
187 "spl.b %[v] \n" /* yes: set low byte to appropriate boundary */ 187 "spl.b %[v] \n" /* yes: set low byte to appropriate boundary */
188 "1: \n" 188 "1: \n"
189 : /* outputs */ 189 : /* outputs */
190 [v]"+r"(value) 190 [v]"+d"(value)
191 ); 191 );
192 return value; 192 return value;
193#elif defined(CPU_ARM) 193#elif defined(CPU_ARM)