There's a typo-type error in tts-lzma.h:
* My pstarter contained:
* You changed that to:
* It actually needs to be:
This is a high-priority bug because it completely breaks LZMA support.
* My pstarter contained:
tst.b (%a3)+jbeq valid_archiveinvalid_archive:.word 0xA000+210 | ER_DATATYPEvalid_archive:
* You changed that to:
tst.b (%a3)+jbeq invalid_archive_or_prgm
* It actually needs to be:
tst.b (%a3)+jbne invalid_archive_or_prgm
This is a high-priority bug because it completely breaks LZMA support.
