Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356840
b: refs/heads/master
c: 5a33169
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Graf committed Jan 10, 2013
1 parent 1458605 commit d125fd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 68e2ffed358c92341c126e606b500098fc72f5f7
refs/heads/master: 5a33169ed29060df71627103e6968078b42de945
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/kvm/powerpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ int kvmppc_emulate_mmio(struct kvm_run *run, struct kvm_vcpu *vcpu)
r = RESUME_HOST;
break;
default:
BUG();
WARN_ON(1);
r = RESUME_GUEST;
}

return r;
Expand Down

0 comments on commit d125fd3

Please sign in to comment.