arm_interface: Implement interface for retrieving VFP registers

This commit is contained in:
Lioncash 2015-08-06 21:24:25 -04:00
parent 5855cf087d
commit 3b457a5876
4 changed files with 49 additions and 1 deletions

View file

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