Avoid an app.pl warning.
committer: mfx <mfx> 979828878 +0000
This commit is contained in:
@@ -58,12 +58,13 @@ _start:
|
|||||||
;; end
|
;; end
|
||||||
;; Step through the code; remember that <Enter> repeats the previous command.
|
;; Step through the code; remember that <Enter> repeats the previous command.
|
||||||
;;
|
;;
|
||||||
%if 0
|
|
||||||
|
%if 0
|
||||||
; personality(PER_LINUX)
|
; personality(PER_LINUX)
|
||||||
mov eax, 136 ; syscall_personality
|
mov eax, 136 ; syscall_personality
|
||||||
xor ebx, ebx ; PER_LINUX
|
xor ebx, ebx ; PER_LINUX
|
||||||
int 0x80
|
int 0x80
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
call main ; push address of decompress subroutine
|
call main ; push address of decompress subroutine
|
||||||
decompress:
|
decompress:
|
||||||
|
|||||||
Reference in New Issue
Block a user