linux-user/hppa: lock both words of function descriptor
authorMikulas Patocka <mpatocka@redhat.com>
Sat, 16 Sep 2023 16:32:45 +0000 (18:32 +0200)
committerHelge Deller <deller@gmx.de>
Tue, 19 Sep 2023 19:12:18 +0000 (21:12 +0200)
commit5b1270ef1477bb7f240c3bfe2cd8b0fe4721fd51
tree1fc7707aad356850d6f8d704cd99b76508f69241
parent2529497cb6b298e732e8dbe5212da7925240b4f4
linux-user/hppa: lock both words of function descriptor

The code in setup_rt_frame reads two words at haddr, but locks only one.
This patch fixes it to lock both.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Acked-by: Helge Deller <deller@gmx.de>
Cc: qemu-stable@nongnu.org
Signed-off-by: Helge Deller <deller@gmx.de>
linux-user/hppa/signal.c