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
+3 -2
View File
@@ -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: