/* Miscellaneous C routines for 680 project. * * Error handling, for now. * * Copyright 2010, Duncan Smith * GPL */ #include #include "asm_vars.h" /* SOMETHING WENT HORRIBLY HORRIBLY WRONG */ void throw_error(char *message) { return; }