target/arm: Fix GETPC usage in do_paired_cmpxchg64_l/be
commit3c5f9c3f35dd3b6d1d1cd68c9d4d86fc3c59c397
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 14 Nov 2017 13:37:46 +0000 (14 05:37 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 15 Nov 2017 09:34:33 +0000 (15 10:34 +0100)
tree8227d9828e858477d468b44957f390871612fd3f
parent3bdb5fcc9a08a9a47ce30c4e0c2d64c95190b49d
target/arm: Fix GETPC usage in do_paired_cmpxchg64_l/be

Use of GETPC must be restricted to those functions that are
directly called from TCG generated code.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Fixes: 2399d4e7cec22ecf1c51062d2ebfd45220dbaace
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/helper-a64.c