flatmush / dingoo-sdk

Automatically exported from code.google.com/p/dingoo-sdk
2 stars 3 forks source link

Patch abort() to do proper cleanup #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We need to patch abort() at runtime to allow it to perform the proper
de-initialization before it exits, otherwise it'll cause problems.

Original issue reported on code.google.com by Flatmush@googlemail.com on 13 Apr 2010 at 11:46

GoogleCodeExporter commented 9 years ago
This has been done since setjmp was implemented and we had a proper copy of 
exit().

Original comment by Flatmush@googlemail.com on 18 Apr 2010 at 1:20