From ac24fc99ac73ec6dc3cabf1ece2e4500bd06006b Mon Sep 17 00:00:00 2001 From: Kean Johnston Date: Sat, 19 Apr 2003 21:23:20 +0000 Subject: 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 --- gcc/unwind-dw2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/unwind-dw2.c') diff --git a/gcc/unwind-dw2.c b/gcc/unwind-dw2.c index bce8e5e..6ffda3f 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. */ -- cgit v1.1