mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 21:35:07 +00:00
ARC: warn on improper stack unwind FDE entries
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
This commit is contained in:
parent
ce7599567e
commit
baadb8fd0c
@ -289,6 +289,8 @@ static void __init setup_unwind_table(struct unwind_table *table,
|
|||||||
* instead of the initial loc addr
|
* instead of the initial loc addr
|
||||||
* return;
|
* return;
|
||||||
*/
|
*/
|
||||||
|
WARN(1, "unwinder: FDE->initial_location NULL %p\n",
|
||||||
|
(const u8 *)(fde + 1) + *fde);
|
||||||
}
|
}
|
||||||
++n;
|
++n;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user