Commit baadb8fd authored by Vineet Gupta's avatar Vineet Gupta

ARC: warn on improper stack unwind FDE entries

Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent ce759956
......@@ -289,6 +289,8 @@ static void __init setup_unwind_table(struct unwind_table *table,
* instead of the initial loc addr
* return;
*/
WARN(1, "unwinder: FDE->initial_location NULL %p\n",
(const u8 *)(fde + 1) + *fde);
}
++n;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment