git: 9front

Download patch

ref: fe32f6287bca3c70fae7f7469ad9aeb9de9a4e2a
parent: a5c6ff48025609ce50f2ed3539a3d9cf68ba44de
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Jan 1 22:35:50 EST 2022

rc: add Xhereq instruction to trace

--- a/sys/src/cmd/rc/pfnc.c
+++ b/sys/src/cmd/rc/pfnc.c
@@ -22,6 +22,7 @@
 	Xrdwr, "Xrdwr",
 	Xread, "Xread",
 	Xhere, "Xhere",
+	Xhereq, "Xhereq",
 	Xreturn, "Xreturn",
 	Xtrue, "Xtrue",
 	Xif, "Xif",
--