Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188477
b: refs/heads/master
c: 48a74f9
h: refs/heads/master
i:
  188475: f3c8862
v: v3
  • Loading branch information
Roel Kluin authored and Mike Frysinger committed Mar 9, 2010
1 parent 31be194 commit 23c765d
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: d86bfb1600db38e8387beee0aaab4263cfd728a2
refs/heads/master: 48a74f9d1b381471397097851531c4e392f97451
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ static void decode_instruction(unsigned short *address)
verbose_printk("RTE");
else if (opcode == 0x0025)
verbose_printk("EMUEXCPT");
else if (opcode == 0x0040 && opcode <= 0x0047)
else if (opcode >= 0x0040 && opcode <= 0x0047)
verbose_printk("STI R%i", opcode & 7);
else if (opcode >= 0x0050 && opcode <= 0x0057)
verbose_printk("JUMP (P%i)", opcode & 7);
Expand Down

0 comments on commit 23c765d

Please sign in to comment.