Polprzewodnikowy 733cc17ba7 more cleanup
2022-01-12 16:14:08 +01:00

8 lines
136 B
C

#include "exception.h"
void error_display (const char *fmt, ...) {
EXCEPTION_TRIGGER(TRIGGER_CODE_ERROR);
while (1);
}