tcg/aarch64: Return false on failure from patch_reloc
commit214bfe83d5a5af70bac2b8d0bd649b018c33c03b
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 30 Nov 2018 20:44:53 +0000 (30 12:44 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 17 Dec 2018 03:04:43 +0000 (17 06:04 +0300)
treeba3f4831554c61a69aa5008ee69734946e2a0688
parentbec3afd5fc6ab0b6e9d8a01575d58db8d1ad82ce
tcg/aarch64: Return false on failure from patch_reloc

This does require an extra two checks within the slow paths
to replace the assert that we're moving.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/aarch64/tcg-target.inc.c