]> Git Repo - qemu.git/commit
target-mips: enable access to DSP ASE if implemented
authorPetar Jovanovic <[email protected]>
Wed, 23 Jan 2013 02:57:02 +0000 (03:57 +0100)
committerAurelien Jarno <[email protected]>
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 <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
target-mips/translate.c
This page took 0.022294 seconds and 4 git commands to generate.