commit | 5010e5c4f447755f8a2306a8fe6b165dd33a3564 | [log] [tgz] |
---|---|---|
author | Sven Schnelle <svens@stackframe.org> | Mon Feb 11 19:19:03 2019 +0100 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Feb 12 08:59:21 2019 -0800 |
tree | 3c711603ca876ebce9bfcee0675331de089eb645 | |
parent | 31274b46e43abd95ed559d242b36e859de3dae89 [diff] |
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>