]> git.proxmox.com Git - mirror_qemu.git/commit
target/hppa: fix setting registers via gdb
authorSven Schnelle <svens@stackframe.org>
Mon, 28 Jan 2019 16:53:33 +0000 (17:53 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 6 Feb 2019 10:49:21 +0000 (10:49 +0000)
commit5c41496dd780fed67eadd64c59fc2cf21717ecf0
treeeea97104e928aec3bbc10f61dc4d27dbb435f1ed
parent84b41e658b02a6738b47cc4e03176f1b81d9e1d1
target/hppa: fix setting registers via gdb

While doing 'set $pcoqh=0xf0000000' i triggered the assertion below.
The argument order for deposit64() is wrong, and val needs to be
moved to the end.

Signed-off-by: Sven Schnelle <svens@stackframe.org>
Message-Id: <20190128165333.3814-1-svens@stackframe.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/gdbstub.c