]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/hppa: fix do_stdby_e()
authorSven Schnelle <svens@stackframe.org>
Tue, 19 Mar 2024 16:19:21 +0000 (17:19 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 21 Mar 2024 21:32:56 +0000 (00:32 +0300)
commit242370f8bdb2d4faf853c5f3da0c84e0651bf350
treee1d1a709a5a36d531e7c2ba379b5983e002f97db
parentb0a0ec47babae6cf3c9a80e1997446c14d30f868
target/hppa: fix do_stdby_e()

stdby,e,m was writing data from the wrong half of the register
into memory for cases 0-3.

Fixes: 25460fc5a71 ("target/hppa: Implement STDBY")
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240319161921.487080-7-svens@stackframe.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
(cherry picked from commit 518d2f4300e5c50a3e6416fd46e58373781a5267)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/hppa/op_helper.c