Re: [Qemu-devel] [PATCH 03/13] target/openrisc: Cache R0 in DisasContext
On Mon, Aug 26, 2019 at 05:07:35PM -0700, Richard Henderson wrote: > Finish the race condition fix from the previous patch. > > Signed-off-by: Richard Henderson Reviewed-by: Stafford Horne
[Qemu-devel] [PATCH 03/13] target/openrisc: Cache R0 in DisasContext
Finish the race condition fix from the previous patch. Signed-off-by: Richard Henderson --- target/openrisc/translate.c | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/target/openrisc/translate.c b/target/openrisc/translate.c index 3812dc4427..37e8098023