Skip to content

Commit

Permalink
arm64: correct value of ARM64_SFT_ROR
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Dec 4, 2013
1 parent 6ae5a63 commit f8db76a
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 @@ -17,7 +17,7 @@ typedef enum arm64_shifter {
ARM64_SFT_MSL = 2,
ARM64_SFT_LSR = 3,
ARM64_SFT_ASR = 4,
ARM64_SFT_ROR = 1,
ARM64_SFT_ROR = 5,
} arm64_shifter;

typedef enum arm64_extender {
Expand Down

0 comments on commit f8db76a

Please sign in to comment.