Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307874
b: refs/heads/master
c: 38e8a2d
h: refs/heads/master
v: v3
  • Loading branch information
Avi Kivity committed Apr 24, 2012
1 parent 55849cf commit 9ebc400
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: 413837714232b3a4c0705e915d8af75ad521d083
refs/heads/master: 38e8a2ddc9ada5dd1f2def95bebb733bf619bbef
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -4123,7 +4123,7 @@ static int flush_pending_x87_faults(struct x86_emulate_ctxt *ctxt)
"jmp 2b \n\t"
".popsection \n\t"
_ASM_EXTABLE(1b, 3b)
: [fault]"+rm"(fault));
: [fault]"+qm"(fault));
ctxt->ops->put_fpu(ctxt);

if (unlikely(fault))
Expand Down

0 comments on commit 9ebc400

Please sign in to comment.