A cleaner hack.

--HG--
extra : convert_revision : 8992af33f2779a8d9dc357e648ba39005d0c971a
This commit is contained in:
Gabe Black
2006-11-07 20:35:42 -05:00
parent 56230ffb3a
commit eb7c923e10

View File

@@ -98,12 +98,15 @@ Statistics::regStats(const string &_name)
.flags(total | pdf | nozero | nonan)
;
//@todo This needs to get the names of syscalls from an appropriate place.
#if 0
for (int i = 0; i < SystemCalls<Tru64>::Number; ++i) {
const char *str = "Please fix me";//SystemCalls<Tru64>::name(i);
const char *str = SystemCalls<Tru64>::name(i);
if (str) {
_syscall.subname(i, str);
}
}
#endif
}
void