accel/tcg: Merge tb_find into its only caller
commit11c1d5f8ca7a72818b3c24093a2c40856022fe0f
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 19 Jul 2021 22:40:57 +0000 (19 12:40 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 21 Jul 2021 17:47:05 +0000 (21 07:47 -1000)
tree621154150d82949105b21d00292b328e9b83b8f7
parente64cb6c231e0de00f88d4cd0c4dd3481dacfc0d9
accel/tcg: Merge tb_find into its only caller

We are going to want two things:
(1) check for breakpoints will want to break out of the loop here,
(2) cflags can only be calculated with pc in hand.

Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cpu-exec.c