On 4/5/21 1:20 AM, Pavel Dovgalyuk wrote:
This patch fixes calculation of number of the instructions that fit the current page. It prevents creation of the translation blocks that cross the page boundaries. It is required for deterministic exception generation in icount mode.Signed-off-by: Pavel Dovgalyuk<pavel.dovgal...@ispras.ru> --- target/nios2/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~