1
0
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:
Markus F.X.J. Oberhumer 2001-01-18 14:41:18 +00:00
parent df9db96bd1
commit bbf2938719

View File

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