OSDN Git Service

tcg/arm: Return false on failure from patch_reloc
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 30 Nov 2018 21:01:57 +0000 (13:01 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 17 Dec 2018 03:04:43 +0000 (06:04 +0300)
commit43fabd30e2f411e8d70ff347902a7c8ed308233e
tree62102d8505e0e975a743fcfe5f0133b588985846
parent214bfe83d5a5af70bac2b8d0bd649b018c33c03b
tcg/arm: 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/arm/tcg-target.inc.c