commit | c9a68afede31f83ea3238ece11a168614cbdd905 | [log] [tgz] |
---|---|---|
author | Carlo Caione <ccaione@baylibre.com> | Thu Jul 13 23:01:59 2023 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Fri Jul 14 09:33:00 2023 +0000 |
tree | 991c0571235186b1f517ef6aa776f60ba73671ec | |
parent | 298456572249ba92e7a18c3aba2a925356b3c300 [diff] |
arm64: Set FP to NULL before jumping to C code When the frame-pointer based unwinding is enabled, the stop condition for the stack backtrace is (FP == NULL). Set FP to 0 before jumping to C code. Signed-off-by: Carlo Caione <ccaione@baylibre.com>