GCC doesn't trace switch (foo & 7) completely, so add a default: abort()
commit140e3086d3ea806887faa34fe3d63bb28af40638
authorJoerg Sonnenberger <joerg@NetBSD.org>
Mon, 17 Aug 2009 14:15:07 +0000 (17 14:15 +0000)
committerJoerg Sonnenberger <joerg@NetBSD.org>
Mon, 17 Aug 2009 14:15:07 +0000 (17 14:15 +0000)
treefec3181a76714b910ebef7293dcc5ba2cf50b723
parent3f348f2d95c778749686176887e4ea8b5d19e516
GCC doesn't trace switch (foo & 7) completely, so add a default: abort()
to avoid warnings about unused variables.
Consistently use \t for the output function.
usr.bin/nbperf/nbperf-bdz.c