]> git.proxmox.com Git - mirror_qemu.git/commit - target/hppa/op_helper.c
target/hppa: move GETPC to HELPER() functions
authorSven Schnelle <svens@stackframe.org>
Mon, 11 Feb 2019 18:19:03 +0000 (19:19 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 12 Feb 2019 16:59:21 +0000 (08:59 -0800)
commit5010e5c4f447755f8a2306a8fe6b165dd33a3564
tree3c711603ca876ebce9bfcee0675331de089eb645
parent31274b46e43abd95ed559d242b36e859de3dae89
target/hppa: move GETPC to HELPER() functions

When QEMU is compiled with -O0, these functions are inlined
which will cause a wrong restart address generated for the TB.

Signed-off-by: Sven Schnelle <svens@stackframe.org>
Message-Id: <20190211181907.2219-2-svens@stackframe.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/op_helper.c