Skip to content

Commit 0755512

Browse files
author
qua-non
committed
Fix compilation of jpeg with ndk r8c
1 parent c98bec6 commit 0755512

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/jni/jpeg/jidctfst.S

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464

6565
jpeg_idct_ifast:
66-
PLD (r2, #0)
66+
PLD [r2, #0]
6767
stmdb sp!, {r4,r5, r6,r7, r8,r9, r10,r11, r12,lr}
6868
ldr r4, [sp, #4*10]
6969
sub sp, #local_SIZE
@@ -256,7 +256,7 @@ VLoopHead:
256256

257257
HLoopStart:
258258
// reset pointers
259-
PLD (sp, #off_WORKSPACE)
259+
PLD [sp, #off_WORKSPACE]
260260
add ip, sp, #off_WORKSPACE
261261
ldr r10, local_RANGE_TABLE
262262

@@ -268,7 +268,7 @@ HLoopTail:
268268
str r0, local_OUTPUT_BUF
269269
add fp, r2, r1
270270

271-
PLD (ip, #32)
271+
PLD []ip, #32]
272272
ldmia ip!, {r0-r7}
273273

274274
cmp r1, #0

0 commit comments

Comments
 (0)