summaryrefslogtreecommitdiffstats
path: root/src/panic.c
Commit message (Collapse)AuthorAgeFilesLines
* core: Add some generic panic handlingSylvain Munaut2010-07-251-0/+71
This also includes an option for a minimal 'infinite loop' type panic that could be required for embedded target that don't have abort() or fprintf() Signed-off-by: Sylvain Munaut <tnt@246tNt.com>