]> git.proxmox.com Git - qemu.git/commit - target-xtensa/translate.c
target-xtensa: mask out undefined bits of WINDOWSTART SR
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 31 Oct 2011 21:51:02 +0000 (01:51 +0400)
committerMax Filippov <jcmvbkbc@gmail.com>
Wed, 2 Nov 2011 01:05:38 +0000 (05:05 +0400)
commit53a72dfda584c8d54df61f7c1aea9f9ff86b138c
tree240aad6dbeab981c96a680e05327af6d632ce372
parente072ea2fd8fdceef64159b9596d3c15ce01bea91
target-xtensa: mask out undefined bits of WINDOWSTART SR

According to ISA, table 5-156, bits 32:NAREG/4 of the WINDOWSTART SR
must be zero.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
target-xtensa/translate.c