mirror of
https://github.com/upx/upx.git
synced 2025-08-07 22:46:51 +08:00
PowerPC: highest covered address in cache sync
modified: src/powerpc-expand.S modified: src/powerpc64-expand.S
This commit is contained in:
@ -86,6 +86,7 @@ no_unf:
|
||||
|
||||
POP2 a0,a1 // MATCH_81 dst, len
|
||||
add a1,a1,a0 // lo, hi
|
||||
addi a1,a1,-1 // highest covered addr
|
||||
|
||||
CACHELINE=32
|
||||
ori a0,a0,-1+ CACHELINE // highest addr on cache line
|
||||
|
@ -86,6 +86,7 @@ no_unf:
|
||||
|
||||
POP2 a0,a1 // MATCH_81 dst, len
|
||||
add a1,a1,a0 // lo, hi
|
||||
addi a1,a1,-1 // highest covered addr
|
||||
|
||||
CACHELINE=32
|
||||
ori a0,a0,-1+ CACHELINE // highest addr on cache line
|
||||
|
Reference in New Issue
Block a user