Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74138
b: refs/heads/master
c: 46c87c3
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Nov 21, 2007
1 parent 30b74c9 commit 93e41e6
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f26825de49d2e1a12eee54cd855b56b768f4d7bd
refs/heads/master: 46c87c3ccec0d81a7b695fe9d5edc86a7e446962
3 changes: 2 additions & 1 deletion trunk/arch/blackfin/mach-common/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ ENTRY(_ex_single_step)
r7 = [p4];
cc = r6 == r7;
if !cc jump _ex_trap_c;
ENDPROC(_ex_single_step)

ENTRY(_bfin_return_from_exception)
DEBUG_START_HWTRACE(p5, r7)
Expand All @@ -169,7 +170,7 @@ ENTRY(_bfin_return_from_exception)
ASTAT = [sp++];
sp = EX_SCRATCH_REG;
rtx;
ENDPROC(_ex_soft_bp)
ENDPROC(_bfin_return_from_exception)

ENTRY(_handle_bad_cplb)
/* To get here, we just tried and failed to change a CPLB
Expand Down

0 comments on commit 93e41e6

Please sign in to comment.