]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/alpha: Handle SWCR_MAP_DMZ earlier
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 21 Sep 2019 04:32:53 +0000 (21:32 -0700)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 26 Sep 2019 18:00:53 +0000 (19:00 +0100)
commit8cd99905267335267ed8365ead3a77a0920ea532
tree015876557666f2c5501a2774dc2f21c24aae0326
parent106e1319cc88ed627775714945380e3491d3718b
target/alpha: Handle SWCR_MAP_DMZ earlier

Since we're converting the swcr to fpcr format for exceptions,
it's trivial to add FPCR_DNZ to the set of fpcr bits overriden.
No functional change.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20190921043256.4575-5-richard.henderson@linaro.org>
target/alpha/helper.c