Skip to content

Commit 74aad69

Browse files
committed
cache: flush when invalidating cache, not only store it
1 parent 6f6406b commit 74aad69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libogc/system_asm.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ __flush_cache:
307307
and r5,r5,r3
308308
subf r3,r5,r3
309309
add r4,r4,r3
310-
1: dcbst r0,r5
310+
1: dcbf r0,r5
311311
sync
312312
icbi r0,r5
313313
addic r5,r5,8

0 commit comments

Comments
 (0)