Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350225
b: refs/heads/master
c: 7be0b06
h: refs/heads/master
i:
  350223: af22fce
v: v3
  • Loading branch information
Sasha Levin authored and H. Peter Anvin committed Dec 20, 2012
1 parent 8bb6a81 commit 2adc827
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: 6444174548f6556fcf26c84d5296defd295914c4
refs/heads/master: 7be0b06520e8219e28f54cd05e1310e7e2d921ee
2 changes: 1 addition & 1 deletion trunk/arch/x86/um/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ int arch_fixup(unsigned long address, struct uml_pt_regs *regs)
const struct exception_table_entry *fixup;

fixup = search_exception_tables(address);
if (fixup != 0) {
if (fixup) {
UPT_IP(regs) = fixup->fixup;
return 1;
}
Expand Down

0 comments on commit 2adc827

Please sign in to comment.