shithub: asif

Download patch

ref: bf7bf9c71859cf3b2c3c62406ba97061f76eaf9a
parent: 0e233a0d60a1fcce5d12b6e926ae56e39f60cbcd
author: qwx <qwx@sciops.net>
date: Tue Sep 20 23:51:38 EDT 2022

path: fix lies

--- a/app/path/fs.c
+++ b/app/path/fs.c
@@ -208,7 +208,7 @@
 		return 0;
 	doprof = 1;
 	/* only supported benchmarking configurations so far */
-	if(*d != Doctile || *a != Pa∗ && *a != Pdijkstra || *m != Move8)
+	if(*a != Pa∗ && *a != Pdijkstra)
 		sysfatal("unimplemented profiling for parameter set");
 	if((s = strrchr(path, '.')) == nil){
 		werrstr("invalid path name");