Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271500
b: refs/heads/master
c: 77e675a
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Graf authored and Avi Kivity committed Sep 25, 2011
1 parent ebf4b7d commit bd849d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 04fcc11bb5653c421f11f109d8b79ea5eb9fedb4
refs/heads/master: 77e675ad825d1106f973afd353e8af84cd8d3960
5 changes: 5 additions & 0 deletions trunk/arch/powerpc/kvm/book3s_segment.S
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,16 @@ END_FTR_SECTION_IFSET(CPU_FTR_HVMODE)
beq ld_last_inst
cmpwi r12, BOOK3S_INTERRUPT_PROGRAM
beq ld_last_inst
cmpwi r12, BOOK3S_INTERRUPT_SYSCALL
beq ld_last_prev_inst
cmpwi r12, BOOK3S_INTERRUPT_ALIGNMENT
beq- ld_last_inst

b no_ld_last_inst

ld_last_prev_inst:
addi r3, r3, -4

ld_last_inst:
/* Save off the guest instruction we're at */

Expand Down

0 comments on commit bd849d2

Please sign in to comment.