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

IR_X86: Minor changes to RegInfo #4666

Merged
merged 3 commits into from
Jan 16, 2017
Merged

Conversation

lioncash
Copy link
Member

Minor little changes to RegInfo.

The most important one of the bunch would be the first commit. It's message goes into more detail.

Hiding and not implementing the copy constructor is a pre-C++11 thing.
It should also be noted that a copy constructor, as defined by the language,
contains a const qualifier on its parameter, so this wouldn't have
prevented copies from being performed.

It also follows that if the copy constructor is deleted, then copy
assignment should also be forbidden.
@Parlane Parlane merged commit 53bfab0 into dolphin-emu:master Jan 16, 2017
@lioncash lioncash deleted the jitil-ir branch January 16, 2017 22:53
@lioncash lioncash mentioned this pull request Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants