mirror of
https://github.com/drasko/codezero.git
synced 2026-01-14 20:03:16 +01:00
Some not-very-well working progress on grouply exit.
Going to start from scratch.
This commit is contained in:
@@ -308,6 +308,7 @@ void dump_undef_abort(u32 undef_addr)
|
||||
{
|
||||
dprintk("Undefined instruction at address: ", undef_addr);
|
||||
printascii("Halting system...\n");
|
||||
BUG();
|
||||
}
|
||||
|
||||
extern int current_irq_nest_count;
|
||||
|
||||
Reference in New Issue
Block a user