lavc/videodsp: work-around LLVM-as
For some reason, it can't handle the normal syntax for an address operand without an offset, so add a dummy zero offset.
This commit is contained in:
parent
677f28b310
commit
de7f999481
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
func ff_prefetch_rv_zicbop, zicbop
|
||||
1:
|
||||
addi a2, a2, -1
|
||||
prefetch.r (a0)
|
||||
prefetch.r 0(a0)
|
||||
add a0, a0, a1
|
||||
bnez a2, 1b
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue