don't fail on •SH under VERIFY_TAIL
This commit is contained in:
parent
7b3beec621
commit
8da9c4e3a5
@ -1016,6 +1016,9 @@ B sh_c2(B t, B w, B x) {
|
|||||||
|
|
||||||
// free output buffer
|
// free output buffer
|
||||||
assert(reusable(oBufObj));
|
assert(reusable(oBufObj));
|
||||||
|
#if VERIFY_TAIL
|
||||||
|
*oBufIA = bufsz;
|
||||||
|
#endif
|
||||||
mm_free(v(oBufObj));
|
mm_free(v(oBufObj));
|
||||||
// free our ends of pipes
|
// free our ends of pipes
|
||||||
if (!iDone) { shClose(p_in[1]); FREE_INPUT; shDbg("only got to write "N64u"/"N64u"\n", iOff, iLen); }
|
if (!iDone) { shClose(p_in[1]); FREE_INPUT; shDbg("only got to write "N64u"/"N64u"\n", iOff, iLen); }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user