Home | History | Annotate | Download | only in tools

Lines Matching full:errors

156 errors = 0
159 errors = 0
166 errors += 1
169 errors += 1
172 errors += 1
173 return errors
175 errors += check_syscalls("arm", "id", arm_dict)
176 errors += check_syscalls("x86", "id2", x86_dict)
177 errors += check_syscalls("superh", "id3", superh_dict)
179 if errors == 0:
182 print "correct %d errors !!" % errors