]> Git Repo - qemu.git/commit
target/hppa: fix setting registers via gdb
authorSven Schnelle <[email protected]>
Mon, 28 Jan 2019 16:53:33 +0000 (17:53 +0100)
committerRichard Henderson <[email protected]>
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 <[email protected]>
Message-Id: <20190128165333[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
target/hppa/gdbstub.c
This page took 0.022948 seconds and 4 git commands to generate.