fix alignment of loader after packing multiple blocks

p_lx_elf.h p_lx_elf.cpp

committer: jreiser <jreiser> 1080880623 +0000
This commit is contained in:
John Reiser
2004-04-02 04:37:03 +00:00
parent 60b7a3c33b
commit 1555be40b7
2 changed files with 23 additions and 0 deletions
+1
View File
@@ -68,6 +68,7 @@ protected:
protected:
virtual void pack1(OutputFile *, Filter &); // generate executable header
virtual void pack2(OutputFile *, Filter &); // append compressed data
virtual void pack3(OutputFile *, Filter &); // append loader
virtual void patchLoader();