1
0
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:
John Reiser
2025-04-27 12:55:45 -07:00
parent e2c76e1d0e
commit f59826ce12
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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