shithub: sl

Download patch

ref: 33128d061bfcaf5f971590840c53a12e83cface2
parent: dc08975802f87c67ea54a0abdf439ccb9fbf537a
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Tue Nov 26 14:32:10 EST 2024

remove the failing (and no longer needed) assert

--- a/flisp.c
+++ b/flisp.c
@@ -1107,7 +1107,6 @@
 			NEXT_OP;
 
 		OP(OP_LOADA)
-			assert(nargs > 0);
 			i = *ip++;
 			v = FL(stack)[bp+i];
 			PUSH(v);