mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
PSR.PS fix (Blue Swirl)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1307 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
713c45faf8
commit
afc7df1148
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ double cpu_put_fp64(uint64_t mant, uint16_t exp);
|
|||
(env->psref? PSR_EF : 0) | \
|
||||
(env->psrpil << 8) | \
|
||||
(env->psrs? PSR_S : 0) | \
|
||||
(env->psrs? PSR_PS : 0) | \
|
||||
(env->psrps? PSR_PS : 0) | \
|
||||
(env->psret? PSR_ET : 0) | env->cwp)
|
||||
|
||||
#ifndef NO_CPU_IO_DEFS
|
||||
|
|
Loading…
Reference in a new issue