1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00
This commit is contained in:
John Reiser 2006-08-19 18:40:49 -07:00
parent 4f0d89ef8b
commit 9994315070

View File

@ -104,7 +104,7 @@ movup: # descending copy moves folded_loader to higher address
bctr # call decompress: branch to counter register, return to link register bctr # call decompress: branch to counter register, return to link register
main: main:
teq r0,r0 // debugging //// teq r0,r0 // debugging
mflr r31 # r31= &decompress mflr r31 # r31= &decompress
call unfold call unfold
L100: GAP= 128 # > farthest_prefetch; must match ../p_mach.cpp L100: GAP= 128 # > farthest_prefetch; must match ../p_mach.cpp