git: 9front

Download patch

ref: f0e8e34045716402d8dc957ad287d037b53418d7
parent: 3b65e3d6975fed9177cd827346e56f708c3ce6c1
author: Jacob Moody <moody@posixcafe.org>
date: Sun Oct 1 19:18:23 EDT 2023

9c: allow switches on 64bit values

--- a/sys/src/cmd/9c/txt.c
+++ b/sys/src/cmd/9c/txt.c
@@ -26,6 +26,7 @@
 	tfield = types[TLONG];
 
 	typeword = typechlvp;
+	typeswitch = typechlv;
 	typecmplx = typesu;
 	/* TO DO */
 	memmove(typechlpv, typechlp, sizeof(typechlpv));
--