]> Git Repo - qemu.git/commit
target-mips: fix semihosting for microMIPS R6
authorLeon Alrae <[email protected]>
Mon, 3 Aug 2015 12:01:19 +0000 (13:01 +0100)
committerLeon Alrae <[email protected]>
Tue, 4 Aug 2015 10:10:20 +0000 (11:10 +0100)
commit060ebfef1a09b58fb219b3769b72efb407515bf1
treeddc6736365baedf3620a29945edb33b7bfbad416
parente95edefbd0559e1d0aa09549641b5d9af1f96fac
target-mips: fix semihosting for microMIPS R6

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 <[email protected]>
Reviewed-by: Aurelien Jarno <[email protected]>
target-mips/translate.c
This page took 0.024282 seconds and 4 git commands to generate.