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

ArmCommon: Add missing header guard #9403

Merged
merged 2 commits into from Dec 31, 2020
Merged

Conversation

lioncash
Copy link
Member

Adds a missing header guard to prevent inclusion issues from occurring.

While we're in the same area, we can also mark a constant as constexpr.

Prevents any multiple inclusion errors from occurring.
Allows it to be used in compile-time expressions if ever necessary.
@JosJuice JosJuice merged commit 7bf590e into dolphin-emu:master Dec 31, 2020
10 checks passed
@lioncash lioncash deleted the guard branch December 31, 2020 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants