mirror of
https://github.com/upx/upx
synced 2025-10-05 19:20:23 +08:00
dos/sys: got rid of the "next" symbol
This commit is contained in:
parent
a68b76c8b4
commit
455329a745
|
@ -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));
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -43,7 +43,7 @@
|
|||
|
||||
section SYSMAIN1
|
||||
start:
|
||||
.long next
|
||||
.long -1
|
||||
.short attribute
|
||||
.short strategy /* .sys header */
|
||||
.short interrupt /* opendos wants this field untouched */
|
||||
|
|
Loading…
Reference in New Issue
Block a user