mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 07:50:43 +03:00
Skip the length field prepended by util/nrv2b.c
This commit is contained in:
@@ -109,6 +109,7 @@ decompress:
|
|||||||
cld
|
cld
|
||||||
xor %xBP, %xBP
|
xor %xBP, %xBP
|
||||||
dec %xBP /* last_m_off = -1 */
|
dec %xBP /* last_m_off = -1 */
|
||||||
|
add $4, %xSI /* Skip "file length" field */
|
||||||
jmp dcl1_n2b
|
jmp dcl1_n2b
|
||||||
|
|
||||||
decompr_literals_n2b:
|
decompr_literals_n2b:
|
||||||
|
|||||||
Reference in New Issue
Block a user