]> Git Repo - qemu.git/commit
target/nios2: fix page-fit instruction count
authorPavel Dovgalyuk <[email protected]>
Tue, 11 May 2021 08:40:10 +0000 (11:40 +0300)
committerLaurent Vivier <[email protected]>
Sat, 5 Jun 2021 19:17:10 +0000 (21:17 +0200)
commitdd6921894905c8ce0664a77f9dac78408bc3b52d
treed25e047fbdade4f9e32c259765fdc23b5cc99d1e
parentd7878875ae09e9c59aa2bd52e6f289cb845e944e
target/nios2: fix page-fit instruction count

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 <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-Id: <162072241046.823357.10485774346114851009.stgit@pasha-ThinkPad-X280>
Signed-off-by: Laurent Vivier <[email protected]>
target/nios2/translate.c
This page took 0.026425 seconds and 4 git commands to generate.