summaryrefslogtreecommitdiff
path: root/gcc/unwind-dw2.c
diff options
context:
space:
mode:
authorKean Johnston <jkj@gcc.gnu.org>2003-04-19 21:23:20 +0000
committerKean Johnston <jkj@gcc.gnu.org>2003-04-19 21:23:20 +0000
commitac24fc99ac73ec6dc3cabf1ece2e4500bd06006b (patch)
tree078bac516c47b806fb09d8e4906044f86a8a9f93 /gcc/unwind-dw2.c
parenta8ada98685bc94b7bbde2865fd685464a18d160d (diff)
downloadgcc-ac24fc99ac73ec6dc3cabf1ece2e4500bd06006b.tar.gz
Part 2 of the SCO port update. This is everything I have approval for.
There are two outstanding patches I await approval to check in. From-SVN: r65832
Diffstat (limited to 'gcc/unwind-dw2.c')
-rw-r--r--gcc/unwind-dw2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/unwind-dw2.c b/gcc/unwind-dw2.c
index bce8e5ee5b7..6ffda3f7ead 100644
--- a/gcc/unwind-dw2.c
+++ b/gcc/unwind-dw2.c
@@ -178,7 +178,7 @@ _Unwind_GetGR (struct _Unwind_Context *context, int index)
_Unwind_Word
_Unwind_GetCFA (struct _Unwind_Context *context)
{
- return context->cfa;
+ return (_Unwind_Word)context->cfa;
}
/* Overwrite the saved value for register REG in CONTEXT with VAL. */