Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26236
b: refs/heads/master
c: ee1cca1
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Apr 27, 2006
1 parent 07201ff commit c256917
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: 79e55bcf24ad8f31c3021b6ef21c4ce054fe4e38
refs/heads/master: ee1cca1b0661fa33fd99f2d8ec7e2749432f9b1d
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/branch.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ int __compute_return_epc(struct pt_regs *regs)
bit = (insn.i_format.rt >> 2);
bit += (bit != 0);
bit += 23;
switch (insn.i_format.rt) {
switch (insn.i_format.rt & 3) {
case 0: /* bc1f */
case 2: /* bc1fl */
if (~fcr31 & (1 << bit))
Expand Down

0 comments on commit c256917

Please sign in to comment.