]> git.proxmox.com Git - qemu.git/commit - target-mips/translate.c
target-mips: enable access to DSP ASE if implemented
authorPetar Jovanovic <petarj@mips.com>
Wed, 23 Jan 2013 02:57:02 +0000 (03:57 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 31 Jan 2013 22:42:03 +0000 (23:42 +0100)
commit6f0af30449b4780c65723d0d45d0f956af5e8c4e
tree069ecf9b82cf6b8cf023f1dca5cbf9103239d52b
parentf54c35d1ea287beb26f6e929e2362cbc9dcfec07
target-mips: enable access to DSP ASE if implemented

compute_hflags() will reset DSP h-flags, so MX bit should be initially set
for usermode in cpu_state_reset() if DSP ASE is implemented.
This change will bring back user-mode support for DSP ASE, since one of the
recent changes broke it.

Signed-off-by: Petar Jovanovic <petarj@mips.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/translate.c