46 * Unimplemented interrupt service routine for calls we weren't expecting.
47 * Currently this simply counts bad calls like any other event type.
48 *
49 * @todo TODO Split this into its own file, create one for each, and clear flags for all, and increment shared counter as is.
50 * @todo TODO Currently not a problem, but as indirectly pointed out by johntramp, if no flag clearing is being done, then this code will run continuously, which is not a good idea...