summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Schenk <michaelschenk72@gmail.com>2019-10-31 16:18:14 +0100
committerDave Watson <dade.watson@gmail.com>2019-10-31 08:18:14 -0700
commitf8a8e41083284b7b65237d93afe311dcaacb7ccc (patch)
tree7eaae832d501eb30a82c94e155e79ad3131ce78e
parent9f6d037f1feadb22c324110b5b589f4358049f65 (diff)
downloadlibunwind-f8a8e41083284b7b65237d93afe311dcaacb7ccc.tar.gz
fix compile issue on SH platform (#137)
The name must be unw_init_local_common
-rw-r--r--src/sh/Ginit_local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sh/Ginit_local.c b/src/sh/Ginit_local.c
index 99ddb36f..45631306 100644
--- a/src/sh/Ginit_local.c
+++ b/src/sh/Ginit_local.c
@@ -37,7 +37,7 @@ unw_init_local (unw_cursor_t *cursor, unw_context_t *uc)
#else /* !UNW_REMOTE_ONLY */
static int
-unw_init_local (unw_cursor_t *cursor, unw_context_t *uc, unsigned use_prev_instr)
+unw_init_local_common (unw_cursor_t *cursor, unw_context_t *uc, unsigned use_prev_instr)
{
struct cursor *c = (struct cursor *) cursor;