Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit baadb8fd authored by Vineet Gupta's avatar Vineet Gupta
Browse files

ARC: warn on improper stack unwind FDE entries

parent ce759956
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
	}