add -W to specify window size.
various other little fixes.
This commit is contained in:
parent
3d72637f9b
commit
be36ff6885
36 changed files with 332 additions and 304 deletions
|
|
@ -156,6 +156,7 @@ dwarfget128(DwarfBuf *b)
|
|||
{n1++;
|
||||
return c;
|
||||
}
|
||||
c &= ~0x80;
|
||||
d = *b->p++;
|
||||
c |= (d&0x7F)<<7;
|
||||
if(!(d&0x80))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue