Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEXCore: Constify CTX ptr in InternalThreadState #4180

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

Sonicadvance1
Copy link
Member

The CTX pointer in the InternalThreadState object will not and must not change, since it is associated with that CTX object.

Contify it to codify it.

The CTX pointer in the InternalThreadState object will not and must not
change, since it is associated with that CTX object.

Contify it to codify it.
@Sonicadvance1 Sonicadvance1 merged commit 649a494 into FEX-Emu:main Nov 29, 2024
12 checks passed
@Sonicadvance1 Sonicadvance1 deleted the fexcore_const_ptr_ctx branch November 29, 2024 01:02
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