On 2015-08-03 13:01, Leon Alrae wrote:
> In semihosting mode the SDBBP 1 instructions should trigger UHI syscall,
> but in QEMU this does not happen for recently added microMIPS R6.
> Consequently bare metal microMIPS R6 programs supporting UHI will not run.
>
> Signed-off-by: Leon Alrae
> ---
>
In semihosting mode the SDBBP 1 instructions should trigger UHI syscall,
but in QEMU this does not happen for recently added microMIPS R6.
Consequently bare metal microMIPS R6 programs supporting UHI will not run.
Signed-off-by: Leon Alrae
---
target-mips/translate.c | 10 +++---
1 file chan