changed hawk_seterrnum() to be consistent with hawk_gem_seterrnum()

This commit is contained in:
2020-01-01 04:46:49 +00:00
parent 988dc83bf4
commit 05cb4dc080
13 changed files with 91 additions and 153 deletions

View File

@ -280,6 +280,7 @@ static void stop_run (int signo)
int e = errno;
#endif
/*hawk_haltall(hawk_rtx_gethawk(app_rtx));*/
hawk_rtx_halt (app_rtx);
#if !defined(_WIN32) && !defined(__OS2__) && !defined(__DOS__)