]> git.proxmox.com Git - mirror_qemu.git/commit
target/alpha: Fix user-only initialization of fpcr
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 5 Jan 2019 22:39:32 +0000 (08:39 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 7 Jan 2019 23:04:30 +0000 (09:04 +1000)
commit29eb5280786832bc46df7a2f62e67bca225eb8ae
tree3c668abe9bfd7f359721ffd696bf3a4a36470a61
parentb7ed683a8d53b68b5b2f376789b20d2fe91d544b
target/alpha: Fix user-only initialization of fpcr

When the representation of fpcr was changed, the user-only
initialization was not updated to match.  Oops.

Fixes: f3d3aad4a92
Fixes: https://bugs.launchpad.net/bugs/1701835
Reported-by: Bruno Haible <bruno@clisp.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/alpha/cpu.c