Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307894
b: refs/heads/master
c: 978b4fa
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Graf committed May 6, 2012
1 parent b794672 commit a4b34e8
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 518f040c826d569daf260153d4f75c21b6d9979b
refs/heads/master: 978b4fae45b3fae803a9f56e2262f01f71b7dbc9
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kvm/emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ int kvmppc_emulate_instruction(struct kvm_run *run, struct kvm_vcpu *vcpu)
emulated = kvmppc_handle_store(run, vcpu,
kvmppc_get_gpr(vcpu, rs),
1, 1);
kvmppc_set_gpr(vcpu, rs, vcpu->arch.vaddr_accessed);
kvmppc_set_gpr(vcpu, ra, vcpu->arch.vaddr_accessed);
break;

case OP_31_XOP_LHAX:
Expand Down

0 comments on commit a4b34e8

Please sign in to comment.