On 15/11/23 21:55, Alex Bennée wrote:
ELF_LOAD_FAILED is one of many negative return codes we can have. Lets treat any positive size_t as a success for loading.Signed-off-by: Alex Bennée <alex.ben...@linaro.org> --- hw/core/loader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>