commit | 060ebfef1a09b58fb219b3769b72efb407515bf1 | [log] [tgz] |
---|---|---|
author | Leon Alrae <leon.alrae@imgtec.com> | Mon Aug 03 13:01:19 2015 +0100 |
committer | Leon Alrae <leon.alrae@imgtec.com> | Tue Aug 04 11:10:20 2015 +0100 |
tree | ddc6736365baedf3620a29945edb33b7bfbad416 | |
parent | e95edefbd0559e1d0aa09549641b5d9af1f96fac [diff] |
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>