Skip to content
Snippets Groups Projects
Commit 7baf952f authored by zijun_hu's avatar zijun_hu Committed by Tom Rini
Browse files

ARMv8: fix error in freeing stack frame


relocate_code() allocates 32 bytes stack frame but only 16 bytes are
freed before return. it will cause errors to possible previous frames
and doesn't make relocate_code() look like a function.

fix by freeing 32 bytes stack space

Signed-off-by: default avatarzijun_hu <zijun_hu@htc.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 01a83599
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment