Skip to content

Commit

Permalink
arm64: rename enum arm64_mrs_reg to arm64_sysreg
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Feb 22, 2017
1 parent 9630954 commit 2fa4744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/arm64.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ typedef enum arm64_cc {
} arm64_cc;

//> System registers
typedef enum arm64_mrs_reg {
typedef enum arm64_sysreg {
//> System registers for MRS
ARM64_SYSREG_INVALID = 0,
ARM64_SYSREG_MDCCSR_EL0 = 0x9808, // 10 011 0000 0001 000
Expand Down

0 comments on commit 2fa4744

Please sign in to comment.