unicorn icon indicating copy to clipboard operation
unicorn copied to clipboard

fix(ppc): avoid using static TCG variables

Open amaanq opened this issue 10 months ago • 2 comments

Problem

A lot of variables in qemu/target/ppc/translate.c use global TCG variables, which is unexpected as these variables should be a part of the instance-specific TCG context.

Solution

In this PR, I've moved these global PPC TCG variables to the TCGContext struct.

amaanq avatar Apr 13 '25 04:04 amaanq

CI fails =)

wtdcode avatar Apr 13 '25 04:04 wtdcode

The android CI failure is pretty weird..

amaanq avatar Apr 13 '25 05:04 amaanq