Browse Source

Skip the length field prepended by util/nrv2b.c

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
0b5059c40b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/arch/i386/prefix/unnrv2b.S

+ 1
- 0
src/arch/i386/prefix/unnrv2b.S View File

@@ -109,6 +109,7 @@ decompress:
109 109
 	cld
110 110
 	xor	%xBP, %xBP
111 111
 	dec	%xBP		/* last_m_off = -1 */
112
+	add	$4, %xSI	/* Skip "file length" field */
112 113
 	jmp	dcl1_n2b
113 114
 	
114 115
 decompr_literals_n2b:

Loading…
Cancel
Save