src: use 'byte' instead of 'upx_byte'; NFCI

This commit is contained in:
Markus F.X.J. Oberhumer
2023-02-21 19:27:23 +01:00
parent 4a8efd2e2f
commit e1edc5f50a
50 changed files with 535 additions and 513 deletions
+2 -2
View File
@@ -428,10 +428,10 @@ section LXUNF000 // enter at +0 for decompression; +2 for unfiltering
jmps decompr0
section LXUNF002
// 2+ address of decompress subroutine
// unfilter(upx_byte *, length, cto8)
// unfilter(byte *, length, cto8)
lxunfilter:
pop edx // return address
pop eax // upx_byte *, same as addvalue
pop eax // byte *, same as addvalue
pop ecx // length
xchg eax, edi // edi= pointer; eax= saved_edi
pusha // save C-convention ebx, ebp, esi, edi; also eax, edx