mirror of
https://github.com/vivier/EMILE.git
synced 2025-04-29 16:37:07 +00:00
Correct branch local label to go backward instead forward (assembler error)
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
e16d8501ed
commit
2971c5775d
@ -175,7 +175,7 @@ copy_and_flush:
|
||||
addi r6,r6,4 /* copy a cache line */
|
||||
lwzx r0,r6,r4
|
||||
stwx r0,r6,r3
|
||||
bdnz 3
|
||||
bdnz 3b
|
||||
dcbst r6,r3 /* write it to memory */
|
||||
__sync
|
||||
icbi r6,r3 /* flush the icache line */
|
||||
|
Loading…
x
Reference in New Issue
Block a user