You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ATfE] Fix issue in semihosting with returning errors (#492)
This is required for testing, where we need to return a code of 1.
Previously, semihosting would always exit with status OK no matter the
return code for AArch32.
Add minor fixes with C++ syntax.
0 commit comments