//TODO: Handle unmapping previous haystacks before return
@ -92,9 +92,10 @@ inv_args:
//TODO: Iterate through the haystack numbers match results, return the first non-match haystack number through `PROG_RET_MATCH_HAYSTACK_N_FAILED(n)` (haystack numbers are always nonzero). If all were matched, return 0
for(inti=0;i<(argc-2);i++){
TRACE("Attempting to unmap haystack %d (%p, `%s')",i,haystacks+i,argv[i+1]);