Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | x86: Display correct CS/EIP/EFLAGS when there is an error code | Bin Meng | 2015-07-28 | -3/+13 |
| | | | | | | | | | 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> | |||
* | x86: Rename i386 to x86 | Graeme Russ | 2011-04-13 | -0/+90 |
Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |