From bbf2938719a9d9f366e6b708e7835c26ac923e7d Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Thu, 18 Jan 2001 14:41:18 +0000 Subject: [PATCH] Avoid an app.pl warning. committer: mfx 979828878 +0000 --- src/stub/l_lx_exec86.asm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/stub/l_lx_exec86.asm b/src/stub/l_lx_exec86.asm index 6ad12f2f..d893fb82 100644 --- a/src/stub/l_lx_exec86.asm +++ b/src/stub/l_lx_exec86.asm @@ -58,12 +58,13 @@ _start: ;; end ;; Step through the code; remember that 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: