Commit 46c87c3c authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu

Blackfin arch: Fix typo, and add ENDPROC - no functional changes

Signed-off-by: default avatarMike Frysinger <michael.frysinger@analog.com>
Signed-off-by: default avatarBryan Wu <bryan.wu@analog.com>
parent f26825de
...@@ -156,6 +156,7 @@ ENTRY(_ex_single_step) ...@@ -156,6 +156,7 @@ ENTRY(_ex_single_step)
r7 = [p4]; r7 = [p4];
cc = r6 == r7; cc = r6 == r7;
if !cc jump _ex_trap_c; if !cc jump _ex_trap_c;
ENDPROC(_ex_single_step)
ENTRY(_bfin_return_from_exception) ENTRY(_bfin_return_from_exception)
DEBUG_START_HWTRACE(p5, r7) DEBUG_START_HWTRACE(p5, r7)
...@@ -169,7 +170,7 @@ ENTRY(_bfin_return_from_exception) ...@@ -169,7 +170,7 @@ ENTRY(_bfin_return_from_exception)
ASTAT = [sp++]; ASTAT = [sp++];
sp = EX_SCRATCH_REG; sp = EX_SCRATCH_REG;
rtx; rtx;
ENDPROC(_ex_soft_bp) ENDPROC(_bfin_return_from_exception)
ENTRY(_handle_bad_cplb) ENTRY(_handle_bad_cplb)
/* To get here, we just tried and failed to change a CPLB /* To get here, we just tried and failed to change a CPLB
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment