···4351435143524352 processed_dir_count++;
43534353 if (info.attribute & ATTR_DIRECTORY)
43544354+#ifndef SIMULATOR
43544355 { /* don't follow symlinks to dirs, but try to add it as a search root
43554356 * this makes able to avoid looping in recursive symlinks */
43564357 if (info.attribute & ATTR_LINK)
···43584359 else
43594360 check_dir(curpath, add_files);
43604361 }
43624362+#else
43634363+ check_dir(curpath, add_files);
43644364+#endif
43614365 else if (add_files)
43624366 {
43634367 tc_stat.curentry = curpath;