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

JitArm64: Work around a GCC warning promoted to error #10168

Merged
merged 1 commit into from Oct 15, 2021

Conversation

JosJuice
Copy link
Member

GCC complains about float_emit being null when inlining ByteswapAfterLoad into MMIOLoadToReg. ByteswapAfterLoad does dereference float_emit, but only when passing FLAG_FLOAT, which MMIOLoadToReg has an assert for and does not support.

Also cleaning up some unnecessarily specified namespaces while I'm at it.

GCC complains about float_emit being null when inlining
ByteswapAfterLoad into MMIOLoadToReg. ByteswapAfterLoad
does dereference float_emit, but only when passing FLAG_FLOAT,
which MMIOLoadToReg has an assert for and does not support.

Also cleaning up some unnecessarily specified namespaces while
I'm at it.
@leoetlino leoetlino merged commit 9a6f0bd into dolphin-emu:master Oct 15, 2021
10 checks passed
@JosJuice JosJuice deleted the jitarm64-gcc-float-null branch October 15, 2021 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants