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

Scan build fixes #893

Merged
merged 2 commits into from Sep 3, 2014
Merged

Scan build fixes #893

merged 2 commits into from Sep 3, 2014

Conversation

rohit-n
Copy link
Member

@rohit-n rohit-n commented Aug 28, 2014

Fix some trivial warnings coming out of Clang's static analysis.

@@ -1032,7 +1032,7 @@ void OpArg::WriteSingleByteOp(XEmitter *emit, u8 op, X64Reg _operandReg, int bit
//operand can either be immediate or register
void OpArg::WriteNormalOp(XEmitter *emit, bool toRM, NormalOp op, const OpArg &operand, int bits) const
{
X64Reg _operandReg = (X64Reg)this->operandReg;
X64Reg _operandReg;

This comment was marked as off-topic.

This comment was marked as off-topic.

shuffle2 added a commit that referenced this pull request Sep 3, 2014
@shuffle2 shuffle2 merged commit 532b7bb into dolphin-emu:master Sep 3, 2014
@rohit-n rohit-n deleted the scan-build-fixes branch September 3, 2014 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants