]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-mips: fix semihosting for microMIPS R6
authorLeon Alrae <leon.alrae@imgtec.com>
Mon, 3 Aug 2015 12:01:19 +0000 (13:01 +0100)
committerLeon Alrae <leon.alrae@imgtec.com>
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 <leon.alrae@imgtec.com>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/translate.c