checkPatch() resets

p_lx_elf.cpp p_lx_exc.cpp p_unix.cpp

committer: jreiser <jreiser> 1034906580 +0000
This commit is contained in:
John Reiser
2002-10-18 02:03:00 +00:00
parent 66206e8dd7
commit 69cec874a1
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -84,6 +84,7 @@ PackLinuxI386elf::buildLoader(const Filter *ft)
{
unsigned char tmp[sizeof(linux_i386elf_fold)];
memcpy(tmp, linux_i386elf_fold, sizeof(linux_i386elf_fold));
checkPatch(0,0,0,0); // reset
if (opt->unix.ptinterp) {
unsigned j;
for (j = 0; j < sizeof(linux_i386elf_fold)-1; ++j) {