]> Git Repo - qemu.git/commit
target/hppa: move GETPC to HELPER() functions
authorSven Schnelle <[email protected]>
Mon, 11 Feb 2019 18:19:03 +0000 (19:19 +0100)
committerRichard Henderson <[email protected]>
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 <[email protected]>
Message-Id: <20190211181907[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
target/hppa/op_helper.c
This page took 0.019208 seconds and 4 git commands to generate.