On 9/27/20 11:39 AM, Philippe Mathieu-Daudé wrote: > Since 82790064116 ("Cast ELF datatypes properly to host 64bit types") > we don't need to sign-extend the entry_point address. Remove this > unnecessary code. > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > hw/mips/mipssim.c | 6 +----- > hw/mips/r4k.c | 6 +----- > 2 files changed, 2 insertions(+), 10 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~