Skip to content

Conversation

amaanq
Copy link
Member

@amaanq amaanq commented Apr 13, 2025

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.

@wtdcode
Copy link
Member

wtdcode commented Apr 13, 2025

CI fails =)

@amaanq
Copy link
Member Author

amaanq commented Apr 13, 2025

The android CI failure is pretty weird..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants