File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
31
31
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32
32
33
33
34
- The software and related material is released as “NOMAS” (NOt MAnufacturer Supported).
34
+ The software and related material is released as “NOMAS” (NOt MAnufacturer Supported).
35
35
36
36
1. Info is released to assist customers using, exploring and extending the product
37
37
2. Do NOT contact the manufacturer with questions, seeking support, etc. regarding
@@ -171,3 +171,9 @@ void post_main() {
171
171
sys_reset ();
172
172
}
173
173
174
+ void __attribute__((__noreturn__ )) _exit (int status )
175
+ {
176
+ set_reset_magic (RUN_DMCP_MAGIC );
177
+ sys_reset ();
178
+ while (1 );
179
+ }
You can’t perform that action at this time.
0 commit comments