shithub: riscv

Download patch

ref: e55cb65c247a9cdfa0528d34dec70d435898d098
parent: 8c6c2b7216b6039188e76d26f9a62c4cb8ee4fca
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Wed Aug 16 07:41:58 EDT 2023

tl: use IOUNIT for MAXIO

--- a/sys/src/cmd/tl/l.h
+++ b/sys/src/cmd/tl/l.h
@@ -222,7 +222,7 @@
 	NHUNK		= 100000,
 	MINSIZ		= 64,
 	NENT		= 100,
-	MAXIO		= 8192,
+	MAXIO		= IOUNIT,
 	MAXHIST		= 20,	/* limit of path elements for history symbols */
 
 	Roffset	= 22,		/* no. bits for offset in relocation address */