more NULL fallout.

This commit is contained in:
skrll 2003-10-21 10:47:48 +00:00
parent 31903eec7b
commit ee632a37d0
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ _Unwind_Word
_Unwind_GetCFA (struct _Unwind_Context *context)
{
/* ??? Ideally __builtin_setjmp places the CFA in the jmpbuf. */
return NULL;
return 0;
}
void