dos/sys: got rid of the "next" symbol

This commit is contained in:
László Molnár
2006-06-29 00:28:47 +02:00
parent a68b76c8b4
commit 455329a745
3 changed files with 569 additions and 576 deletions
-1
View File
@@ -77,7 +77,6 @@ void PackSys::patchLoader(OutputFile *fo,
throwNotCompressible();
// use some fields of the original file
linker->defineSymbol("next", get_le32(ibuf));
linker->defineSymbol("attribute", get_le16(ibuf + 4));
linker->defineSymbol("interrupt", get_le16(ibuf + 8));