* Richard Henderson <richard.hender...@linaro.org>: > In preparation for CF_PCREL. store the iaoq_f in 3 parts: high > bits in cs_base, middle bits in pc, and low bits in priv. > For iaoq_b, set a bit for either of space or page differing, > else the page offset. > > Install iaq entries before goto_tb. The change to not record > the full direct branch difference in TB means that we have to > store at least iaoq_b before goto_tb. But we since we'll need > both updated before goto_tb for CF_PCREL, do that now.
Does this sentence make sense? ^^ For me as non-native english speaker it sounds wrong, or missing commas, but maybe I'm just wrong...? Other than that...: Reviewed-by: Helge Deller <del...@gmx.de> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org>