Merge pull request #1027 from lioncash/debugger
debugger: Add the ability to view VFP register contents
This commit is contained in:
commit
cebf245504
6 changed files with 224 additions and 48 deletions
|
@ -55,7 +55,7 @@ enum {
|
|||
};
|
||||
|
||||
// VFP system registers
|
||||
enum {
|
||||
enum VFPSystemRegister {
|
||||
VFP_FPSID,
|
||||
VFP_FPSCR,
|
||||
VFP_FPEXC,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue