mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Avoid an app.pl warning.
committer: mfx <mfx> 979828878 +0000
This commit is contained in:
parent
df9db96bd1
commit
bbf2938719
|
@ -58,12 +58,13 @@ _start:
|
|||
;; end
|
||||
;; Step through the code; remember that <Enter> repeats the previous command.
|
||||
;;
|
||||
%if 0
|
||||
|
||||
%if 0
|
||||
; personality(PER_LINUX)
|
||||
mov eax, 136 ; syscall_personality
|
||||
xor ebx, ebx ; PER_LINUX
|
||||
int 0x80
|
||||
%endif
|
||||
%endif
|
||||
|
||||
call main ; push address of decompress subroutine
|
||||
decompress:
|
||||
|
|
Loading…
Reference in New Issue
Block a user