Blue Swirl 43dc2a645e Replace assert(0) with abort() or cpu_abort()
When building with -DNDEBUG, assert(0) will not stop execution
so it must not be used for abnormal termination.

Use cpu_abort() when in CPU context, abort() otherwise.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2010-03-18 18:41:57 +00:00
..
2010-03-09 11:22:59 -06:00
2010-01-11 13:41:00 -06:00
2010-01-26 15:42:02 -06:00
2010-03-09 11:23:00 -06:00
2010-02-10 11:56:57 -06:00
2010-03-09 11:23:00 -06:00
2010-01-26 15:42:02 -06:00
2010-03-09 11:23:00 -06:00
2009-09-09 14:57:20 -05:00