From 55b0533c80a8215ee6864900161e32dc34859f29 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Wed, 19 Jul 2000 04:10:18 +0000 Subject: [PATCH] change compile mode to save space instead of debugging time committer: jreiser 963979818 +0000 --- src/stub/l_lx_elf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/stub/l_lx_elf.c b/src/stub/l_lx_elf.c index 6622be7e..16fdf5b5 100644 --- a/src/stub/l_lx_elf.c +++ b/src/stub/l_lx_elf.c @@ -75,7 +75,7 @@ xread(struct Extent *x, char *buf, size_t count) // util **************************************************************************/ -#if 0 //{ save space +#if 1 //{ save space #define ERR_LAB error: exit(127); #define err_exit(a) goto error #else //}{ save debugging time @@ -361,6 +361,7 @@ void *upx_main( err_exit(18); } if (MAX_ELF_HDR!=read(fdi, (void *)ehdr, MAX_ELF_HDR)) { +ERR_LAB err_exit(19); } entry = do_xmap(fdi, ehdr, 0, 0);