diff --git a/src/arch/i386/prefix/unlzma.S b/src/arch/i386/prefix/unlzma.S index f6c742865..b0588fdac 100644 --- a/src/arch/i386/prefix/unlzma.S +++ b/src/arch/i386/prefix/unlzma.S @@ -885,6 +885,7 @@ decompress: 1: /* Decompress until we reach end of buffer */ call lzma_decode jnc 1b + call rc_normalise print_character '\n' /* Undo BCJ filter */ pushl %esi