Merge pull request #1027 from lioncash/debugger

debugger: Add the ability to view VFP register contents
This commit is contained in:
bunnei 2015-08-13 18:13:25 -04:00
commit cebf245504
6 changed files with 224 additions and 48 deletions

View file

@ -55,7 +55,7 @@ enum {
};
// VFP system registers
enum {
enum VFPSystemRegister {
VFP_FPSID,
VFP_FPSCR,
VFP_FPEXC,