On 7/13/2026 1:07 PM, Matheus Tavares Bernardino wrote: > From: Brian Cain <[email protected]> > > The Hexagon semihosting ABI defines its own errno values > which may differ from the host's. Translate host errno to > the Hexagon-specific values before returning results to the > guest so that baremetal programs see the expected error codes. > > Signed-off-by: Brian Cain <[email protected]> > Signed-off-by: Matheus Tavares Bernardino > <[email protected]> > --- > target/hexagon/hexswi.c | 81 +++++++++++++++++++++++++++++++++-------- > 1 file changed, 66 insertions(+), 15 deletions(-) >
Reviewed-by: Pierrick Bouvier <[email protected]>
