Commits
Bin Meng committed 013cf483c9d
x86: Display correct CS/EIP/EFLAGS when there is an error code Some exceptions cause an error code to be saved on the current stack after the EIP value. We should extract CS/EIP/EFLAGS from different position on the stack based on the exception number. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>